1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# Biscuit ## Always Generate .SRCINFO `makepkg --printsrcinfo > .SRCINFO` ## release package ``` bash makepkg --printsrcinfo > .SRCINFO git add PKGBUILD .SRCINFO git commit -m "useful commit message" git push aur master ```