summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2018-12-10 23:13:33 +0100
committerFabioLolix2018-12-10 23:13:33 +0100
commit3d8eb4de17fee109d99ced8716234e741722e612 (patch)
tree18b2a270c49cad35687be75dd25842b4ab48f686
parent79ac1a082c3390478d6549bc18d0eb1ac886a703 (diff)
downloadaur-3d8eb4de17fee109d99ced8716234e741722e612.tar.gz
Update makedeps + License
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01e349f036a7..aab8c33641e0 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 = r75.8e325f8
+ pkgver = r210.32b20e6
pkgrel = 1
url = https://mauikit.org/
arch = x86_64
@@ -9,10 +9,11 @@ pkgbase = mauikit-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = unknown
+ license = GPL3
makedepends = git
makedepends = cmake
makedepends = extra-cmake-modules
+ makedepends = qt5-webengine
depends = qt5-base
depends = qt5-declarative
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 4c03ced8a2d8..ac5b0676cef3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=mauikit-git
-pkgver=r75.8e325f8
+pkgver=r210.32b20e6
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=(unknown) # GPL3 ?
+license=(GPL3)
depends=(qt5-base qt5-declarative qt5-svg qt5-quickcontrols2 kio)
-makedepends=(git cmake extra-cmake-modules)
+makedepends=(git cmake extra-cmake-modules qt5-webengine)
provides=(mauikit)
conflicts=(mauikit)
source=("${pkgname}::git+https://github.com/maui-project/mauikit")