This commit is contained in:
parent
a20dde1db4
commit
c3274b9469
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue