/arch-pkgbuilds

My PKGBUILDs for Arch Linux

Primary LanguageShell

arch-pkgbuilds

Project Status: Active - The project has reached a stable, usable state and is being actively developed.

Repository Index: http://archrepo.jasonantman.com/current/

My PKGBUILDs for Arch Linux

Grabbing New Packages

./aurget.sh PKG-NAME

Rebuilding / Updating

  1. export BASEREV=$(git rev-parse HEAD)
  2. python3 rebuild.py -v repo/jantman.db.tar.gz
  3. Verify the changes look acceptable: git diff $BASEREV HEAD
  4. Assuming everything looks right, update the repo and sync to S3: ./update_sync.sh