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
|
updpkgsums > /dev/null 2>&1
|
||||||
if [ $? -eq 0 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
|
makepkg --printsrcinfo > .SRCINFO
|
||||||
git add .SRCINFO PKGBUILD
|
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 ]
|
if [ $? -eq 0 ]
|
||||||
then
|
then
|
||||||
git push
|
git push
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue