summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d0844bc9ff1..1d46e31e2c54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = polkit-dumb-agent-git
arch = x86_64
license = GPL3
makedepends = git
+ makedepends = cmake
depends = qt5-base
depends = kdesu
depends = systemd
diff --git a/PKGBUILD b/PKGBUILD
index c60b9da3542d..15c21142e642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=(i686 x86_64)
url="https://github.com/sandsmark/polkit-dumb-agent"
license=(GPL3)
depends=(qt5-base kdesu systemd)
-makedepends=(git)
+makedepends=(git cmake)
provides=(polkit-dumb-agent)
conflicts=(polkit-dumb-agent)
source=('git+https://github.com/sandsmark/polkit-dumb-agent.git')