This repository contains the AUR package files for mux.
./test-docker-build.shgit remote add aur ssh://aur@aur.archlinux.org/mux.gitPrerequisites:
- You have an AUR account.
- Your SSH public key is added to AUR.
- You can push to
aur@aur.archlinux.org:mux.git.
makepkg --printsrcinfo > .SRCINFO
git add PKGBUILD .SRCINFO README.md Dockerfile test-docker-build.sh
git commit -m "mux: update to x.y.z"
git push aur main:masterNote: AUR only accepts pushes to master. If your local branch is main, use:
git push aur main:masterIf you want plain git push aur to work from main, set:
git config branch.main.remote aur
git config branch.main.merge refs/heads/master- Bump
pkgverinPKGBUILD. - Regenerate
.SRCINFO:makepkg --printsrcinfo > .SRCINFO - Commit and push.