summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-05-28 15:56:06 +0200
committerFabioLolix2022-05-28 15:56:06 +0200
commit313e176eed8c050bfbc1fbc3aa3745e13d3acf23 (patch)
treead2a0e7f07a8c3713e3359a70029b144ef3cf08f
parent2b0aca18649cfdc27f3b49ed70a4bf0310505be3 (diff)
downloadaur-313e176eed8c050bfbc1fbc3aa3745e13d3acf23.tar.gz
add maui-manager dep
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b24ef5ae144..5afcaa8e75fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mauikit-git
pkgdesc = Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG
- pkgver = 2.0.0.r6.g8399e74e
- pkgrel = 1
+ pkgver = 2.1.2.r3.g2e8de1ec
+ pkgrel = 2
url = https://mauikit.org/
arch = x86_64
arch = i686
@@ -24,6 +24,7 @@ pkgbase = mauikit-git
depends = qt5-quickcontrols2
depends = kio
depends = kdecoration
+ depends = maui-manager
provides = mauikit
conflicts = mauikit
source = git+https://invent.kde.org/kde/mauikit.git
diff --git a/PKGBUILD b/PKGBUILD
index 5e99fff9fa8e..6052929be7b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=mauikit-git
-pkgver=2.0.0.r6.g8399e74e
-pkgrel=1
+pkgver=2.1.2.r3.g2e8de1ec
+pkgrel=2
pkgdesc='Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="https://mauikit.org/"
license=(GPL3)
groups=(maui)
-depends=(qt5-base qt5-declarative qt5-svg qt5-quickcontrols2 kio kdecoration)
+depends=(qt5-base qt5-declarative qt5-svg qt5-quickcontrols2 kio kdecoration maui-manager)
makedepends=(git cmake extra-cmake-modules qt5-webengine appstream syntax-highlighting plasma-framework)
provides=(mauikit)
conflicts=(mauikit)