From 4d59e120ff9131de9b917148c9ac4820ce16314b Mon Sep 17 00:00:00 2001 From: bill-auger Date: Fri, 6 Jul 2018 10:44:21 -0400 Subject: housekeeping --- pcr-testing/calamares/PKGBUILD | 3 ++- pcr-testing/gsequencer/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 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() diff --git a/pcr-testing/gsequencer/PKGBUILD b/pcr-testing/gsequencer/PKGBUILD index b72902e0f..40aa664a1 100644 --- a/pcr-testing/gsequencer/PKGBUILD +++ b/pcr-testing/gsequencer/PKGBUILD @@ -1,5 +1,5 @@ -# Maintainer (AUR): JoëlKrähemann # Maintainer: bill-auger +# Maintainer (AUR): JoëlKrähemann pkgname=gsequencer -- cgit v1.2.3