AUR Notes¶
-
makepkg -si
install package(i) & dependencies(s)makepkg --printsrcinfo > .SRCINFO
Publish Notes¶
-
Change the
pkgver
inPKGBUILD
-
Update md5 in
PKGBUILD
-
Update
.SRCINFO
makepkg --printsrcinfo > .SRCINFO
-
Test the package
makepkg -si
-
Commit
git add .SRCINFO PKGBUILD && git commit -m "v2.25"
-
Push
git push
Update Keys¶
sudo pacman-key --refresh-keys
Last update:
October 6, 2021
Created: March 24, 2021
Created: March 24, 2021