To create a new Release do the following steps:
- Create a new release in GitHub with the same version
- Bump the version field in the
PKGBUILD
file - After the release pipeline published its binaries, push the newest
PKGBUILD
to the AUR.
$ makepkg --printsrcinfo > .SRCINFO
$ git add -f PKGBUILD .SRCINFO
$ git commit -m "useful commit message"
$ git push
- In case the PKGBUILD needs to be changed, increment the pkgrel field.