summarylogtreecommitdiffstats
path: root/update.sh
blob: 914ef3708c1be295436a276d35f89ca26461c759 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
git clean -fd
rm .SRCINFO
emacs PKGBUILD
makepkg
makepkg makepkg --printsrcinfo > .SRCINFO
git clean -fd
git commit -a
git push