Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 923 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 923 Bytes

pkgbuilds

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 of makepkg 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 runs namcap on the PKGBUILD and resulting package archive