diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2018-07-06 10:44:21 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2018-07-06 10:44:31 -0400 |
commit | 4d59e120ff9131de9b917148c9ac4820ce16314b (patch) | |
tree | b93520476489a60de357fb25908761b99dfe24cf /pcr-testing/calamares | |
parent | 94978dc25fcd3147e0fe7fe9154a5c0ca8a3ab17 (diff) | |
download | abslibre-4d59e120ff9131de9b917148c9ac4820ce16314b.tar.gz abslibre-4d59e120ff9131de9b917148c9ac4820ce16314b.tar.bz2 abslibre-4d59e120ff9131de9b917148c9ac4820ce16314b.zip |
housekeeping
Diffstat (limited to 'pcr-testing/calamares')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index 8e7899179..b7503a830 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 }' ; } +_latest_version() { pacman -Si $1 | awk '$1=="Version" { sub (/-.*/, "" , $3) ; print $3 }' ; } # | sort -V | tail -n 1 ; } _build_couplings=("boost=$(_latest_version 'boost')") _runtime_couplings=("boost-libs=$(_latest_version 'boost')" "icu=$(_latest_version 'icu')" @@ -38,6 +38,7 @@ build() -DSKIP_MODULES="dracut dracutlukscfg dummycpp dummyprocess dummypython \ dummypythonqt initramfs initramfscfg interactiveterminal \ license plymouthcfg removeuser tracking webview" .. + make } package() |