diff options
author | Angelo Salton | 2018-05-31 18:35:57 -0300 |
---|---|---|
committer | Angelo Salton | 2018-05-31 18:35:57 -0300 |
commit | 75689f495ac2c9becd08aced1e75d65924175b99 (patch) | |
tree | 1c5e03d3070a9348b6ef19c0c0f6cf412700a960 /autoupdate.sh | |
parent | 73898c08f68257b2d5d8a1d858db66c8e04b6111 (diff) | |
download | aur-75689f495ac2c9becd08aced1e75d65924175b99.tar.gz |
Updated to 4.5.4
Diffstat (limited to 'autoupdate.sh')
-rwxr-xr-x | autoupdate.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/autoupdate.sh b/autoupdate.sh index eb4460158715..eb20004aa880 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -14,6 +14,6 @@ sed "s/pkgver=[0-9].[0-9].[0-9]/pkgver=${dynarever}/g" PKGBUILD > PKGBUILD # update makepkg --printsrcinfo > .SRCINFO -git add PKGBUILD .SRCINFO -git commit -c="Updated to ${dynarever}" -git push +#git add PKGBUILD .SRCINFO +#git commit -c="Updated to ${dynarever}" +#git push |