This repository contains the packages I maintain in AUR, checked into git as subtrees for easier management and pull requests.
Powered by lilac.
Pre-built versions of the AUR packages are also available.
Add the following lines to /etc/pacman.conf
:
[aur-repo]
# IPv4 & IPv6
Server = https://aur-repo.taotieren.com:3443/aur-repo/$arch
Server = https://fun.ie8.pub:2443/aur-repo/$arch
Server = http://fun.ie8.pub:2442/aur-repo/$arch
# Only IPv4 (When https is enabled, http returns the https address.)
# Server = http://home.taotieren.com:12380/aur-repo/$arch
# Only IPv6 (When https is enabled, http returns the https address.)
# Server = http://aur-repo.taotieren.com:12380/aur-repo/$arch
Add and trust my GPG key in pacman keyring:
sudo pacman-key --recv-keys FEB77F0A6AB274FB0F0E5947B327911EA9E522AC
sudo pacman-key --lsign-key FEB77F0A6AB274FB0F0E5947B327911EA9E522AC
rsync
# Only IPv4
rsync rsync://aur-repo.taotieren.com
rsync -avzP --bwlimit=30720 --timeout=120 --contimeout=120 --exclude-from=/opt/rsync/exclude.list rsync://aur-repo.taotieren.com/aur-repo /opt/sync/aur-repo
# Only IPv6
rsync rsync://aur-repo.taotieren.com
rsync -avzP --bwlimit=30720 --timeout=120 --contimeout=120 --exclude-from=/opt/rsync/exclude.list rsync://aur-repo.taotieren.com/aur-repo /opt/sync/aur-repo