~smlavine/catgirl-aur

https://aur.archlinux.org/packages/catgirl

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~smlavine/catgirl-aur
read/write
git@git.sr.ht:~smlavine/catgirl-aur

You can also use your local clone with git send-email.

aurpackages

These are packages that I maintain for the Arch User Repository (AUR).

Notes (mainly for myself)

.SRCINFO is never updated manually. It is generated using the following command:

makepkg --printsrcinfo > .SRCINFO

Snapshots of AUR packages can be obtained with the following command:

curl -O "https://aur.archlinux.org/cgit/aur.git/snapshot/${pkgname}.tar.gz"

AUR git repositories can be cloned from:

ssh://aur@aur.archlinux.org/${pkgname}.git

The updpkgsums (pacman-contrib) script can be used to update the checksums in a PKGBUILD.

References

https://wiki.archlinux.org/title/.SRCINFO#Generation