From 18eccaaf03572a88143cc1dd9f8e5091b8dcbcc9 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 24 Mar 2019 05:52:01 -0400 Subject: [calamares]: minor tweak --- 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 5aa360e09..432294ba3 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -9,7 +9,7 @@ arch=('i686' 'x86_64') url=https://calamares.io/ license=('GPL') -_latest_version() { pacman -Si $1 | awk '$1=="Version" { sub (/-.*/, "" , $3) ; print $3 }' ; } # | sort -V | tail -n 1 ; } +_latest_version() { pacman -Si $1 | awk '$1=="Version" { sub (/-.*/, "" , $3) ; print $3 }' | sort -V | tail -n 1 ; } _runtime_couplings=("boost-libs=$(_latest_version 'boost')" "icu=$(_latest_version 'icu')" "kpmcore=$(_latest_version 'kpmcore')" -- cgit v1.2.3