Pass --noconfirm to makepkg

This commit is contained in:
relrel 2020-11-30 05:32:35 +00:00
parent 8098bbf2a7
commit d4cc7e0f47

View file

@ -21,6 +21,6 @@ sed -e "s/^pkgrel=.*/pkgrel=1/" -i PKGBUILD
echo "Updating to $RELEASE_NAME..."
updpkgsums
makepkg --printsrcinfo > .SRCINFO
makepkg -sf
makepkg -sf --noconfirm
git commit -am "Update to $RELEASE_NAME"
git push