summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbumpVersion4
1 files changed, 3 insertions, 1 deletions
diff --git a/bumpVersion b/bumpVersion
index c995cd34..afa199b0 100755
--- a/bumpVersion
+++ b/bumpVersion
@@ -200,7 +200,9 @@ if [ "${paket}" != 'qgis-git' ]; then
rm -rf "src" "pkg"
sudo pacman -Sy
makepkg -fcsr --noconfirm --asdeps || exit 1
- namcap "$(makepkg --packagelist)" || exit 1
+ for pkg in $(makepkg --packagelist); do
+ namcap "${pkg}" || exit 1
+ done
fi
if [ -d '.git' ] || [ -f '.git' ]; then
makepkg --printsrcinfo > .SRCINFO