This repository contains the packages I maintain or co-maintain in AUR, checked into Git as subtrees for easier management and pull requests.
Powered by nvchecker & aurpublish.
Pre-built versions of the AUR packages are also available.
Add the following lines to /etc/pacman.conf
:
[atri]
Server = https://repo.apeiria.net/$arch
Add my GPG key to the pacman keyring and trust it:
sudo pacman-key --recv-keys 293B93D8A471059F85D716A65BA92099D9BE2DAA
sudo pacman-key --lsign-key 293B93D8A471059F85D716A65BA92099D9BE2DAA
This repository is largely inspired by orhun/PKGBUILDs, thanks to orhun.
The GitHub Actions workflow for automatically building AUR packages is based on clansty/arch-build, thanks to Clansty.