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
|
||||
repo=$(grep -oPm 1 'github\.com\/\K(\w|-)+\/(\w|-)+' .SRCINFO)
|
||||
if [ -n "${repo}" ]; then
|
||||
update_github_tag "${repo}" && update_pkg
|
||||
update_github_tag "${repo}"
|
||||
fi
|
||||
fi
|
||||
|
||||
update_pkg
|
||||
build true
|
||||
fi
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue