1 2 3 4 5 6 7 8
#!/bin/bash updpkgsums source PKGBUILD rm v${pkgver}.tar.gz makepkg --printsrcinfo > .SRCINFO git add . git commit -m "$1" git push