Polarian Unofficial Arch Repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Polarian 9d3291a253
fixed README.md
1 month ago
pkg/keys Add polarian gpg key 1 month ago
PKGLIST.md Added mongodb and mongodb-tools to repository 1 month ago
README.md fixed README.md 1 month ago

README.md

Polarian Repository

Polarian Repository (PolarRepo) is a Unofficial Arch Linux repository hosting packages which are maintained by Polarian, or requested by other users.

Getting started

Add the following to /etc/pacman.conf

FOR HTTPS

[polarrepo]
Server = https://polarrepo.polarian.dev/

FOR HTTP (unencrypted, but faster -> less overhead)

[polarrepo]
Server = http://polarrepo.polarian.dev/

Adding GPG signature

curl https://git.polarian.dev/AUR/polarrepo/raw/branch/master/pkg/keys/polarian.asc | doas pacman-key --add -

You can also use sudo:

$ curl https://git.polarian.dev/AUR/polarrepo/raw/branch/master/pkg/keys/polarian.asc | sudo pacman-key --add -

$ pacman-key --lsign-key 0770E5312238C760 (Locally signs Polarian's key verifying it, thus allowing pacman to successfully verify packages signed by Polarian)

Congratulations, you are done, you can install any packages on your repository, check PKGLIST.md for a list of packages we host.

Warning, if you get a GPG error, reimport the key to update the gpg key, this will fix GPG errors most of the time!

Requesting for a package to be added

If you would like a package added to PolarRepo, please submit an issue on this repository.

Issue with one of the AUR packages

If the AUR package is maintained by PolarianDev, then please submit an issue on this repository describing the issue you have ran into.