diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-03-24 05:52:01 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-03-29 00:15:17 -0400 |
commit | 18eccaaf03572a88143cc1dd9f8e5091b8dcbcc9 (patch) | |
tree | ab97ca438ff81ba25c455fdb5df9da6825e6d3cd /pcr-testing | |
parent | 4f8f4c29cd3d7d36c1c29444a01c0d7ae3e074f4 (diff) | |
download | abslibre-18eccaaf03572a88143cc1dd9f8e5091b8dcbcc9.tar.gz abslibre-18eccaaf03572a88143cc1dd9f8e5091b8dcbcc9.tar.bz2 abslibre-18eccaaf03572a88143cc1dd9f8e5091b8dcbcc9.zip |
[calamares]: minor tweak
Diffstat (limited to 'pcr-testing')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 2 |
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')" |