summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-02-09 17:11:17 +0100
committerFabioLolix2023-02-09 17:11:17 +0100
commit12b48ff17c01b2de51e196554461e438e859c063 (patch)
treef0fd41a7d678d6426855a128f467bf7921d6fa3b
parent313e176eed8c050bfbc1fbc3aa3745e13d3acf23 (diff)
downloadaur-12b48ff17c01b2de51e196554461e438e859c063.tar.gz
revision
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5afcaa8e75fd..7ef88d7f9676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mauikit-git
pkgdesc = Utilities and "templated" controls based on Kirigami and QCC2 that follow the ongoing work on the Maui HIG
- pkgver = 2.1.2.r3.g2e8de1ec
+ pkgver = 2.2.1.r61.ge15ec89a
pkgrel = 2
url = https://mauikit.org/
arch = x86_64
@@ -20,11 +20,10 @@ pkgbase = mauikit-git
makedepends = plasma-framework
depends = qt5-base
depends = qt5-declarative
- depends = qt5-svg
depends = qt5-quickcontrols2
- depends = kio
- depends = kdecoration
- depends = maui-manager
+ depends = knotifications
+ depends = ki18n
+ depends = mauiman-git
provides = mauikit
conflicts = mauikit
source = git+https://invent.kde.org/kde/mauikit.git
diff --git a/PKGBUILD b/PKGBUILD
index 6052929be7b4..f0fea4ab9f2a 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.1.2.r3.g2e8de1ec
+pkgver=2.2.1.r61.ge15ec89a
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 maui-manager)
+depends=(qt5-base qt5-declarative qt5-quickcontrols2 knotifications ki18n mauiman-git)
makedepends=(git cmake extra-cmake-modules qt5-webengine appstream syntax-highlighting plasma-framework)
provides=(mauikit)
conflicts=(mauikit)