aboutsummarylogtreecommitdiffstats
path: root/update.sh
blob: c64c4f1c006fe45c5b8b14c6e06d1faaf3bc31b9 (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 --noconfirm
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