aboutsummarylogtreecommitdiffstats
path: root/update.sh
blob: 67d61b71e6302ae95dfab147716e3b34993555d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# /bin/bash
set -e
rm -rf src
rm -rf pkg
rm -rf local-php-security-checker*
updpkgsums
makepkg -si
makepkg --printsrcinfo > .SRCINFO
set +e
git add .
git commit -m "update package"
git push
git remote add arch ssh://aur@aur.archlinux.org/local-php-security-checker.git
git push arch