This commit is contained in:
parent
a20dde1db4
commit
c3274b9469
@ -10,8 +10,9 @@ sed -i "s/_patch=.*/_patch=${array[1]}/" PKGBUILD
|
||||
updpkgsums > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
git add .SRCINFO PKGBUILD
|
||||
git commit -m "update to $ver" > /dev/null 2>&1
|
||||
git commit -m "nexus: update to $ver" > /dev/null 2>&1
|
||||
if [ $? -eq 0 ]
|
||||
then
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user