Use Travis CI for building and packaging aurutils from AUR and deploy it to GitHub Releases so it can be used as repository in Arch Linux.
On GitHub:
- Generate a personal access token with scope
public_repo
.
On Travis CI:
- Add a
GITHUB_TOKEN
environment variable with the personal access token code as value.