summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWachid Adi Nugroho2023-02-12 06:40:03 +0700
committerWachid Adi Nugroho2023-02-12 06:40:03 +0700
commitbba221c9a84d9557882de749301a78c452b15e74 (patch)
tree6a14521075e9213e923b0e9b835c64bd9ff01530
parentf6674c262a4dd208a20fac8810a2410712ab03fc (diff)
downloadaur-bba221c9a84d9557882de749301a78c452b15e74.tar.gz
Add qt5-systems to depends list and bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6afd48b313a..0fa938506462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mauiman-git
pkgdesc = Maui Manager Library. Server and public library API.
- pkgver = 1.0.1.r0.ga53a589
+ pkgver = 1.0.1.r17.gd0407bd
pkgrel = 1
url = https://invent.kde.org/maui/mauiman
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = mauiman-git
makedepends = git
makedepends = extra-cmake-modules
depends = qt5-base
+ depends = qt5-systems
provides = mauiman
conflicts = mauiman
replaces = maui-manager
diff --git a/PKGBUILD b/PKGBUILD
index fffcd018917b..5f841ef0990e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=mauiman
pkgname=$_pkgname-git
-pkgver=1.0.1.r0.ga53a589
+pkgver=1.0.1.r17.gd0407bd
pkgrel=1
pkgdesc='Maui Manager Library. Server and public library API.'
url='https://invent.kde.org/maui/mauiman'
arch=(x86_64 i686 arm armv6h armv7h aarch64)
license=(GPL3)
-depends=(qt5-base)
+depends=(qt5-base qt5-systems)
makedepends=(git extra-cmake-modules)
groups=(maui)
provides=($_pkgname)