Personal Arch Linux package repository hosted on GitHub Pages with automated builds from AUR.
Docker is a requirement to build the packages.
List of the main packages this repo adds
- ab-download-manager-bin
- capt-src
- mkinitcpio-sd-numlock
sudo sudo pacman-key --recv-key 063F6A5182A1B15D
sudo pacman-key --lsign-key 063F6A5182A1B15D
sudo pacman -U https://doudoud82.github.io/doudou-aur/x86_64/doudou-aur-keyring-2026.02.02-1-any.pkg.tar.zst
sudo pacman -U https://doudoud82.github.io/doudou-aur/x86_64/doudou-aur-mirrorlist-2026.02.02-1-x86_64.pkg.tar.zstEdit /etc/pacman.conf and add:
[doudou-aur]
SigLevel = Required DatabaseOptional
Server = /etc/pacman.d/doudou-aur-mirrorlistFor example:
sudo pacman -Sy
sudo pacman -S capt-srcView all available packages: Browse x86_64/
- Repository Name: doudou-aur
- Architecture: x86_64
- Signature Level: Required
Just add the package name in the packages file.
And finally call ./run-build-docker.sh
Packages retain their original licenses from AUR. See individual package PKGBUILD at AUR for details.