Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.05 KB

Official Arch Linux packages for mov-cli

How to publish to AUR. (for future maintainers)

  1. Clone this repo.
git clone https://github.com/mov-cli/arch-packages
  1. CD into the package you would like to update / upload to the AUR.
cd mov-cli-youtube

This is an example.

  1. Init the git repo inside there and pull it's changes. Rebase if it tells you to.
make init-repo
git pull
  1. 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}"
  1. Push you changes to the AUR.
git push --set-upstream aur master