mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
build: fix update script
This commit is contained in:
parent
31c64afd07
commit
dfc91c629c
1 changed files with 1 additions and 1 deletions
|
|
@ -5,5 +5,5 @@ sed -i -r "/^pkgver/{s/=.+\$/=$pkgver/}" PKGBUILD
|
|||
if not git diff --quiet
|
||||
makepkg --printsrcinfo > .SRCINFO
|
||||
git add PKGBUILD .SRCINFO
|
||||
git commit -m "bump: $_pkgver"
|
||||
git commit -m "bump: $pkgver"
|
||||
end
|
||||
Loading…
Add table
Reference in a new issue