mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix update.sh
This commit is contained in:
parent
04bfe126fd
commit
fd9efe3410
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
|
||||
makepkg -sf
|
||||
git commit -am "Update to $RELEASE_NAME"
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue