From 975d55188df7a4975ee1850cb2bf97f0ad405dd6 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pcr-testing') diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index b7503a830..4ccff42be 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -10,16 +10,16 @@ url=https://calamares.io/ license=('GPL') _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')" "kpmcore=$(_latest_version 'kpmcore')" "qt5-base=$(_latest_version 'qt5-base')") -makedepends=(${_build_couplings[@]} 'extra-cmake-modules' 'git' 'kservice' \ - 'kwindowsystem' 'plasma-framework' 'qt5-tools') +_build_couplings=("boost=$(_latest_version 'boost')") depends=(${_runtime_couplings[@]} 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig' 'kcoreaddons' 'ki18n' 'kparts' 'libpwquality' 'os-prober' 'polkit-qt5' 'python' 'solid' 'qt5ct' 'qt5-svg' 'yaml-cpp') +makedepends=(${_build_couplings[@]} 'extra-cmake-modules' 'git' 'kservice' \ + 'kwindowsystem' 'plasma-framework' 'qt5-tools') _git_tag="v${pkgver}-${pkgrel%%.*}" _build_dir=${pkgname}-${_git_tag}/build -- cgit v1.2.3