diff options
-rwxr-xr-x | bumpVersion | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bumpVersion b/bumpVersion index 5cf3e20fe..8ccd45116 100755 --- a/bumpVersion +++ b/bumpVersion @@ -170,7 +170,7 @@ if [ "${paket}" != 'qgis-git' ]; then rm -rf "src" "pkg" sudo pacman -Sy makepkg -fcsr --noconfirm --asdeps || exit 1 - namcap ${paket}-${remVer}-1-*.pkg.tar.xz || exit 1 + namcap "$(makepkg --packagelist)" || exit 1 fi git commit PKGBUILD -m "${paket} ${pkgver}-${pkgrel} -> ${remVer}-1" |