summaryrefslogtreecommitdiff
path: root/pcr-testing/calamares
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-03-24 05:52:01 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2019-03-29 00:15:17 -0400
commit18eccaaf03572a88143cc1dd9f8e5091b8dcbcc9 (patch)
treeab97ca438ff81ba25c455fdb5df9da6825e6d3cd /pcr-testing/calamares
parent4f8f4c29cd3d7d36c1c29444a01c0d7ae3e074f4 (diff)
[calamares]: minor tweak
Diffstat (limited to 'pcr-testing/calamares')
-rw-r--r--pcr-testing/calamares/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')"