diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-03-31 05:59:42 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-03-31 06:01:35 -0400 |
commit | 8e1a8ee9964180bad16ea7fba55646dc08280139 (patch) | |
tree | 30a3cc20e5c75cdf211beb6382d4922fc872cb1a /pcr-testing | |
parent | fa100ff96bf21fa362fd284dcb4076dbb810555f (diff) | |
download | abslibre-8e1a8ee9964180bad16ea7fba55646dc08280139.tar.gz abslibre-8e1a8ee9964180bad16ea7fba55646dc08280139.tar.bz2 abslibre-8e1a8ee9964180bad16ea7fba55646dc08280139.zip |
[calamares]: rebuild
Diffstat (limited to 'pcr-testing')
-rw-r--r-- | pcr-testing/calamares/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD index 432294ba3..66964933c 100644 --- a/pcr-testing/calamares/PKGBUILD +++ b/pcr-testing/calamares/PKGBUILD @@ -3,25 +3,25 @@ pkgname=calamares pkgver=3.2.4 -pkgrel='parabola1' +pkgrel='parabola2' pkgdesc='Distribution-independent installer framework - Parabola edition' 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 ; } -_runtime_couplings=("boost-libs=$(_latest_version 'boost')" - "icu=$(_latest_version 'icu')" - "kpmcore=$(_latest_version 'kpmcore')" - "qt5-base=$(_latest_version 'qt5-base')") -_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')" ) +_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%%.*}" +_git_tag=v${pkgver}-${pkgrel%%.*} _build_dir=${pkgname}/build source=(git+https://git.parabola.nu/${pkgname}.git#tag=${_git_tag}) sha256sums=('SKIP') |