diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-06-04 00:57:44 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-06-04 00:57:57 -0400 |
commit | be4ba66db9607ea1388271270f78e224cfcc1edd (patch) | |
tree | 90ac54073d75db06549219fbbe4b90d6f949ead1 /pcr-testing/calamares | |
parent | 178dc2fc37db1b649b1477ad30bad8bfb14e6566 (diff) | |
download | abslibre-be4ba66db9607ea1388271270f78e224cfcc1edd.tar.gz abslibre-be4ba66db9607ea1388271270f78e224cfcc1edd.tar.bz2 abslibre-be4ba66db9607ea1388271270f78e224cfcc1edd.zip |
[calamares]: rebuild
Diffstat (limited to 'pcr-testing/calamares')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index e0d3c64c0..5c7184dfd 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,13 +3,13 @@ pkgname=calamares pkgver=3.1.9 -pkgrel='parabola9.4' +pkgrel='parabola9.6' pkgdesc='Distribution-independent installer framework - Parabola edition' arch=('i686' 'x86_64') url="https://calamares.io/" license=('GPL') -_latest_version() { pacman -Si $1 | awk '$1=="Version"{print $3}' ; } +_latest_version() { pacman -Si $1 | awk '$1=="Version" { sub (/-.*/, "" , $3) ; print $3 }' ; } _build_couplings=("boost=$(_latest_version 'boost')") _runtime_couplings=("boost-libs=$(_latest_version 'boost')" "icu=$(_latest_version 'icu')" |