summaryrefslogtreecommitdiff
path: root/pcr-testing
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2020-04-14 03:12:47 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2020-04-16 04:01:22 -0400
commit8d8e4d3c830376e4f072de3b6a7e4d0ac3b4c340 (patch)
treec8b2ac1be39d794c427a6a460cc760c03ba9d0e4 /pcr-testing
parenteb90638515ee7795f7e0adc0ca4b37f31ee69588 (diff)
[calamares]: upgrade to v3.2.200parabola2
Diffstat (limited to 'pcr-testing')
-rw-r--r--pcr-testing/calamares/PKGBUILD21
1 files changed, 10 insertions, 11 deletions
diff --git a/pcr-testing/calamares/PKGBUILD b/pcr-testing/calamares/PKGBUILD
index 8efee1428..8674ef590 100644
--- a/pcr-testing/calamares/PKGBUILD
+++ b/pcr-testing/calamares/PKGBUILD
@@ -3,20 +3,19 @@
pkgname=calamares
pkgver=3.2.20
-pkgrel='parabola1'
-pkgdesc='Distribution-independent installer framework - Parabola edition'
-arch=('i686' 'x86_64')
+pkgrel=parabola2
+pkgdesc="Distribution-independent installer framework - Parabola edition"
+arch=(i686 x86_64)
url=https://calamares.io/
-license=('GPL')
+license=(GPL)
-depends=('boost-libs' 'ckbcomp' 'dmidecode' 'gptfdisk' 'hwinfo' 'icu' 'kconfig'
- 'kcoreaddons' 'ki18n' 'kparts' 'kpmcore' 'libpwquality' 'polkit-qt5' 'python'
- 'solid' 'qt5-base' 'qt5ct' 'qt5-svg' 'yaml-cpp')
-makedepends=('boost' 'extra-cmake-modules' 'git' 'kservice' 'kwindowsystem' 'qt5-tools')
-depends+=('os-prober') # FIXME: qemu+calamares+os-prober was buggy last build - try again
-# conflicts=('os-prober') # FIXME: qemu+calamares+os-prober is buggy again
+depends=(boost-libs ckbcomp dmidecode gptfdisk hwinfo icu kconfig kcoreaddons ki18n
+ kparts kpmcore libpwquality polkit-qt5 python solid qt5-base qt5ct qt5-svg yaml-cpp)
+makedepends=(boost extra-cmake-modules git kservice kwindowsystem qt5-tools)
+depends+=(os-prober) # FIXME: qemu+calamares+os-prober was buggy last build - try again
+# conflicts=(os-prober) # FIXME: qemu+calamares+os-prober is still buggy
-source=(git+https://git.parabola.nu/${pkgname}.git#tag=v${pkgver}-${pkgrel%%.*}
+source=(git+https://git.parabola.nu/${pkgname}.git#tag=v${pkgver}-${pkgrel%%.*})
sha256sums=('SKIP')