From be4ba66db9607ea1388271270f78e224cfcc1edd Mon Sep 17 00:00:00 2001 From: bill-auger Date: Mon, 4 Jun 2018 00:57:44 -0400 Subject: [calamares]: rebuild --- pcr-testing/calamares/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr-testing') 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')" -- cgit v1.2.3