fix: always update_pkg
This commit is contained in:
parent
2d07c80f82
commit
b90a71a4c4
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -54,10 +54,10 @@ for d in */; do
|
||||||
if ! grep -c 'pkgver()' PKGBUILD >/dev/null; then
|
if ! grep -c 'pkgver()' PKGBUILD >/dev/null; then
|
||||||
repo=$(grep -oPm 1 'github\.com\/\K(\w|-)+\/(\w|-)+' .SRCINFO)
|
repo=$(grep -oPm 1 'github\.com\/\K(\w|-)+\/(\w|-)+' .SRCINFO)
|
||||||
if [ -n "${repo}" ]; then
|
if [ -n "${repo}" ]; then
|
||||||
update_github_tag "${repo}" && update_pkg
|
update_github_tag "${repo}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
update_pkg
|
||||||
build true
|
build true
|
||||||
fi
|
fi
|
||||||
cd ..
|
cd ..
|
||||||
|
|
Loading…
Add table
Reference in a new issue