summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Endfinger2020-01-08 03:03:37 +0000
committerKenneth Endfinger2020-01-08 03:03:37 +0000
commit0b773332c785b37424f1caba9989a65e343791ef (patch)
treef97eff79fdf1fccc083533366982aec1eb350e15
parent43628bf8ce415c55c1aceb1d3e6285e3b661d189 (diff)
downloadaur-0b773332c785b37424f1caba9989a65e343791ef.tar.gz
Update to 2019.46
-rwxr-xr-xupdate-pkgbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-pkgbuild.sh b/update-pkgbuild.sh
index 2ab7f5d79d95..24a8365e36a1 100755
--- a/update-pkgbuild.sh
+++ b/update-pkgbuild.sh
@@ -14,7 +14,7 @@ sed -i "/_commit=/c\\_commit=${COMMIT}" PKGBUILD
sed -i "/pkgver=/c\pkgver=${VERSION}" PKGBUILD
updpkgsums
-makepkg -s
+makepkg -si --noconfirm
makepkg --printsrcinfo > .SRCINFO
git add . || true
git commit -m "Update to ${VERSION}" || true