nimble build -d:release
- the resulting executable in the root directory of the project can be uploaded as a release version of the software
- Update package version in
pkgver
in PKGBUILD - Test with
makepkg -si
makepkg --printsrcinfo > .SRCINFO
- Make sure you have the SSH key, if not use
ssh-keygen
and save the public key on the AUR in the settings git clone ssh://[email protected]/ytbgmplayer-git.git
- If you are getting any access errors, you may need to add the following to your
.ssh/config
file
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
- Copy the new
PKGBUILD
and.SRCINFO
to the cloned AUR package - Commit and push