nexus: update script
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nyyu 2021-07-26 20:10:11 +02:00
parent a20dde1db4
commit c3274b9469

View File

@ -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