Polarian Unofficial Arch Repository
Go to file
Polarian f1b0f09dbe
Added zdiu to pkglist.md
2023-06-21 01:33:30 +01:00
pkg/keys Add polarian gpg key 2023-04-19 10:50:27 +01:00
PKGLIST.md Added zdiu to pkglist.md 2023-06-21 01:33:30 +01:00
README.md Updated README.md 2023-06-05 13:36:52 +01:00

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 the respective repository within the AUR organisation.

If the AUR package is maintained by another AUR user, please submit an issue on this repository and I will look into it for you.