summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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')