summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentf93e919b57a66c5ff6058d9e39b00f7bb5fc3ba5 (diff)
downloadaur-polkit-dumb-agent-git.tar.gz
was missing cmake as makedepend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')