https://github.com/zaggash/archlinux-aur
My custom Archlinux AUR Repository
https://github.com/zaggash/archlinux-aur
archlinux aur build ci packages repo
Last synced: about 2 months ago
JSON representation
My custom Archlinux AUR Repository
- Host: GitHub
- URL: https://github.com/zaggash/archlinux-aur
- Owner: zaggash
- Created: 2020-06-08T14:45:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2026-01-19T12:41:51.000Z (2 months ago)
- Last Synced: 2026-01-19T19:31:33.575Z (2 months ago)
- Topics: archlinux, aur, build, ci, packages, repo
- Language: Shell
- Homepage: https://github.com/zaggash/$repo/releases/download/$arch
- Size: 1.08 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README




## My Archlinux repo
This is an unofficial repository for Arch Linux.
Originaly intended to fit my needs and build custom or unavailable packages.
### How to use it
- Trust my public key:
```
pacman-key --init
curl -sL 'https://keybase.io/apinon/pgp_keys.asc?fingerprint=54231a262e8bf5501c6945d275bcc090ca185c57' | sudo pacman-key -a -
pacman-key --lsign-key 54231a262e8bf5501c6945d275bcc090ca185c57
```
- Edit `/etc/pacman.conf` with:
```
[archlinux-aur]
Server = https://github.com/zaggash/$repo/releases/download/$arch
SigLevel = Required
```
- Then update the DB:
```
pacman -Syy
```