1 2 3 4 5 6 7 8 9 10
# Building - make changes as needed - increment PKGBUILD > pkgrel - test locally as needed - generate new .SRCINFO: `makepkg --printsrcinfo > .SRCINFO` - add changes to git: `git add` - commit: `git commit -m '...'` - push to origin: `git push origin` - push to aur: `git push aur`