A custom pacman repo for Pine64-Arch. https://github.com/kescherCode/kescher-archpp
Go to file
Jeremy Kescher e98cdd1ca6
eg25-autorestart 0.8.0-1
Log output and various minor changes
2021-09-24 11:51:20 +02:00
birdie-git pkgrel bumps (for rebuilds) 2021-07-31 12:03:37 +02:00
eg25-autorestart eg25-autorestart 0.8.0-1 2021-09-24 11:51:20 +02:00
kescher-keyring Remove maintainer lines 2021-07-22 10:27:39 +02:00
python-mpris_server birdie -> birdie-git, + python-mpris_server 2021-07-31 11:53:21 +02:00
touchpad-emulator Remove maintainer lines 2021-07-22 10:27:39 +02:00
wake-mobile pkgrel bumps (for rebuilds) 2021-07-31 12:03:37 +02:00
README.md Update README.md 2021-07-22 10:12:22 +02:00

README.md

kescher-archpp

This is a custom repo for Pine64-Arch. It contains various software that is useful for this particular distribution of Arch Linux ARM, but currently not packaged in the "official" repos.

If anything is outdated, please open an issue here!

Add to your installation

Trust the key for package and database signatures

Option 1

Download the kescher-keyring package, verify its signature. It should match the key with ID 9D3E8E1AD5FE25C86007E39CDCD2605CBA2DD2DF. Install the package using pacman -U <path to downloaded keyring package file>.

Option 2

Assuming you have working gpg keyserver options in /etc/pacman.d/gnupg/gpg.conf, you may also be able to do the following:

pacman-key --recv-keys 9D3E8E1AD5FE25C86007E39CDCD2605CBA2DD2DF
pacman-key --finger 9D3E8E1AD5FE25C86007E39CDCD2605CBA2DD2DF
pacman-key --lsign-key 9D3E8E1AD5FE25C86007E39CDCD2605CBA2DD2DF

Add to pacman.conf

Add the following lines to your /etc/pacman.conf:

[kescher-archpp]
Server = https://archpp.mirror.kescher.at/$arch

Update your databases

Simply run pacman -Syu or yay, depending on the package manager you use.