summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2021-08-22 15:46:42 +0200
committerFabioLolix2021-08-22 15:46:42 +0200
commit2b0aca18649cfdc27f3b49ed70a4bf0310505be3 (patch)
treef1899f6be91db53737944d8b016c33e097d72f55
parentafcc96af83f635d2293c99bcaf2ca2a06737f955 (diff)
downloadaur-2b0aca18649cfdc27f3b49ed70a4bf0310505be3.tar.gz
major version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8589d2d97bd6..3b24ef5ae144 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 = 1.1.1.r31.gec58f0b
+ pkgver = 2.0.0.r6.g8399e74e
pkgrel = 1
url = https://mauikit.org/
arch = x86_64
@@ -9,6 +9,7 @@ pkgbase = mauikit-git
arch = armv6h
arch = armv7h
arch = aarch64
+ groups = maui
license = GPL3
makedepends = git
makedepends = cmake
@@ -29,4 +30,3 @@ pkgbase = mauikit-git
sha256sums = SKIP
pkgname = mauikit-git
-
diff --git a/PKGBUILD b/PKGBUILD
index ea2ebfc18076..5e99fff9fa8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
pkgname=mauikit-git
-pkgver=1.1.1.r31.gec58f0b
+pkgver=2.0.0.r6.g8399e74e
pkgrel=1
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)
makedepends=(git cmake extra-cmake-modules qt5-webengine appstream syntax-highlighting plasma-framework)
provides=(mauikit)