mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Pass --noconfirm to makepkg
This commit is contained in:
parent
8098bbf2a7
commit
d4cc7e0f47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue