From cc8af9ce76e493e4cecbaaf712aca2dffc91f7a3 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 19 May 2019 03:50:56 -0400 Subject: [calamares][puzzlemoppet-git]: housekeeping --- pcr-testing/calamares/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcr-testing') diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index cfe257c98..87a51dc18 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -26,7 +26,7 @@ _version_constraint() # (dep_pkgname) local dep_pkgname=$1 local version=$(pacman -S --print-format='%v' ${dep_pkgname} | tail -n 1) version=${version%-*} - version_inc=${version%.*}.$(( ${version##*.} + 1 )) + local version_inc=${version%.*}.$(( ${version##*.} + 1 )) echo -n "${dep_pkgname}>=${version}" "${dep_pkgname}<${version_inc}" } -- cgit v1.2.3