Packages I maintain for the Arch User Repository. Uses aurpublish.
Checklist:
- Make whichever changes are required to the relevant
PKGBUILD
- Use
updpkgsums
to automatically generate new checksums - Use
extra-x86_64-build
in lieu ofmakepkg
to build/test a package (see Building in a clean chroot) - Install resulting package with
pacman -U
. Make sure it runs! - Stage and commit changes to
PKGBUILD
- Run
aurpublish $PACKAGE
to push to the AUR
Notes:
- aurpublish's hooks generate package metadata and update
.SRCINFO
(i.e.makepkg --printsrcinfo > .SRCINFO
) extra-x86_64-build
automatically runsnamcap
on thePKGBUILD
and resulting package archive