summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-07-06 10:44:21 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-08-05 17:41:59 -0400
commit975d55188df7a4975ee1850cb2bf97f0ad405dd6 (patch)
treee3c97683b9007b48df039324fef3c0dc5afb4ded /pcr-testing
parent90530da9fc4f43b030f681dfb76320b06537bb0f (diff)
housekeeping
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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