summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90ee58938c87..720c21c02d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = polkit-qt5-git
pkgdesc = A library that allows developers to access PolicyKit API with a nice Qt-style API
- pkgver = v0.114.0.r5.g5dce8b6
+ pkgver = v0.114.0.r13.g590e710
pkgrel = 1
url = https://invent.kde.org/libraries/polkit-qt-1
arch = i686
arch = x86_64
license = LGPL
makedepends = git
+ makedepends = cmake
depends = polkit
depends = qt5-base
provides = polkit-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 431d0936998c..c8dd43faf9ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=polkit-qt5
pkgname=$_pkgname-git
-pkgver=v0.114.0.r5.g5dce8b6
+pkgver=v0.114.0.r13.g590e710
pkgrel=1
pkgdesc='A library that allows developers to access PolicyKit API with a nice Qt-style API'
arch=('i686' 'x86_64')
url='https://invent.kde.org/libraries/polkit-qt-1'
license=('LGPL')
depends=('polkit' 'qt5-base')
-makedepends=('git')
+makedepends=('git' 'cmake')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+https://invent.kde.org/libraries/polkit-qt-1.git")