fix: upd git with nightly pkg
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
bb9c28d352
commit
e432fcca73
2
build.sh
2
build.sh
@ -7,7 +7,7 @@ build() {
|
||||
|
||||
if grep -c 'git+' PKGBUILD >/dev/null && ! grep -c '#tag=' PKGBUILD >/dev/null; then
|
||||
makepkg --nodeps --nobuild --skippgpcheck --noconfirm
|
||||
makepkg --printsrcinfo >.SRCINFO
|
||||
update_pkg
|
||||
fi
|
||||
name=$(grep -m1 'pkgname' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
|
||||
ver=$(grep 'pkgver' .SRCINFO | cut -d'=' -f2 | tr -d ' ')
|
||||
|
Loading…
Reference in New Issue
Block a user