diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-05-19 03:50:56 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-05-20 01:22:10 -0400 |
commit | cc8af9ce76e493e4cecbaaf712aca2dffc91f7a3 (patch) | |
tree | 655719efa8889a4fad4ba5e96302581792accc28 /pcr-testing | |
parent | 88180ed1f97d2ae554cb0abb43d74892351a9292 (diff) | |
download | abslibre-cc8af9ce76e493e4cecbaaf712aca2dffc91f7a3.tar.gz abslibre-cc8af9ce76e493e4cecbaaf712aca2dffc91f7a3.tar.bz2 abslibre-cc8af9ce76e493e4cecbaaf712aca2dffc91f7a3.zip |
[calamares][puzzlemoppet-git]: housekeeping
Diffstat (limited to 'pcr-testing')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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}" } |