- Clone this repo.
git clone https://github.com/mov-cli/arch-packages
- CD into the package you would like to update / upload to the AUR.
cd mov-cli-youtube
This is an example.
- Init the git repo inside there and pull it's changes. Rebase if it tells you to.
make init-repo
git pull
- Make your changes, generate a new .SRCINFO file and then commit that.
make src-info
git add *
git add .SRCINFO
git commit -m "chore: update package to {version-num}"
- Push you changes to the AUR.
git push --set-upstream aur master