diff --git a/build.sh b/build.sh index 2de2bed..75ebc0f 100755 --- a/build.sh +++ b/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 ..