pkgbuilds

This is a collection of the PKGBUILD files (Arch User Repository install files) that I maintain.

Feel free to submit PRs if you want to see a change or an update, I'll be likely to merge, test, and push soon.

Discontinued pkgbuilds

Archived pkgbuilds can be found in archived, which includes

  • python35 removed due to age

Usage for maintainers

  1. In sub-directory: Edit PKGBUILD
  2. makepkg --check
  3. namcap PKGBUILD
  4. namcap *.xz
  5. makepkg --printsrcinfo > .SRCINFO
  6. git commit -am 'Meaningful commit message'
  7. git push
  8. In root directory: git commit -am [package] Meaningful commit message

Resources