~smlavine/aurpackages

Packages I maintain on the AUR

3ad58fd Move binaries to arch-specific source arrays

4 months ago

9278bcf Update to 0.5.1

5 months ago

#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