summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2018-05-26 23:45:13 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2018-05-26 23:50:32 -0400
commitd6c16f190c109b9efdb9a46d5cceff9d64d53b38 (patch)
tree3642ee28fa70f28421eaa766ba798b358eed96d8 /pcr-testing
parent5d4eb95af1a17a6c6a955ede3017221ac45a7b91 (diff)
[calamares]: rebuild
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index 16de893d5..4229a5bdf 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=calamares
pkgver=3.1.9
-pkgrel='parabola9'
+pkgrel='parabola9.1'
pkgdesc='Distribution-independent installer framework - Parabola edition'
arch=('i686' 'x86_64')
url="https://calamares.io/"
@@ -18,13 +18,13 @@ _runtime_couplings=("boost-libs=$(_latest_version 'boost')"
makedepends=(${_build_couplings[@]} 'extra-cmake-modules' 'git' 'kservice' \
'kwindowsystem' 'plasma-framework' 'qt5-tools')
depends=(${_runtime_couplings[@]} 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' 'kconfig'
- 'kcoreaddons' 'ki18n' 'kparts' 'os-prober' 'polkit-qt5' 'python' 'squashfs-tools'
- 'solid' 'qt5ct' 'qt5-styleplugins' 'qt5-svg' 'yaml-cpp')
+ 'kcoreaddons' 'ki18n' 'kparts' 'libpwquality' 'os-prober' 'polkit-qt5' 'python'
+ 'squashfs-tools' 'solid' 'qt5ct' 'qt5-styleplugins' 'qt5-svg' 'yaml-cpp')
_git_tag="v${pkgver}-${pkgrel%%.*}"
_build_dir=${pkgname}-${_git_tag}/build
source=(https://git.parabola.nu/${pkgname}.git/snapshot/${pkgname}-${_git_tag}.tar.gz)
-sha256sums=('037e45107b399bf03937106363b73a52cc7232e3b75dfdb68012efc528b2f637')
+sha256sums=('cc9e9f27cdf45ac8a5ac29ba6d3843e679a992f015998346f6d544c18088d616')
build()