summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDāvis Mosāns2023-07-03 00:26:32 +0100
committerDāvis Mosāns2023-07-03 00:26:32 +0100
commit5133d94aa5757a2aa0eff927a3047b80410d395e (patch)
tree2fb05fdf504bfa9ede3fbf80ed87545e341ca2c7
parentd3cbbde7c97edc0459dde113a43294aed31d5795 (diff)
downloadaur-5133d94aa5757a2aa0eff927a3047b80410d395e.tar.gz
Add CMake makedep
-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")