summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-01-04 16:05:04 +0100
committerMartin T. H. Sandsmark2021-01-04 16:05:04 +0100
commit2a0ad98328e8043000000a785bb80ea35dd0ae0d (patch)
tree7d88b91efd056b956df8173a1b251a75488d26c8
parentf93e919b57a66c5ff6058d9e39b00f7bb5fc3ba5 (diff)
downloadaur-polkit-dumb-agent-git.tar.gz
was missing cmake as makedepend
-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')