diff options
Diffstat (limited to 'pcr-testing/calamares/PKGBUILD')
-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')" |