summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wanders2020-03-24 13:29:25 +0100
committerTim Wanders2020-03-24 13:29:25 +0100
commit553ba54becac7a6a9f95cd6bb466935c5d47cc91 (patch)
treee1edf4f05dcf3fe2a7a64eb655cc80fa1a756726
parent86217431c84fd73410a8fd20ff5f2f2baf55dd79 (diff)
downloadaur-553ba54becac7a6a9f95cd6bb466935c5d47cc91.tar.gz
add cmake to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 182cbe34d45c..ee1a4aaaa739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ conflicts=("elkhound-bin" "elkhound")
url="https://github.com/WeiDUorg/elkhound"
pkgdesc="Elkhound, née Elsa/Elkhound, as used by WeiDU"
-makedepends=("bison" "flex" "ocaml")
+makedepends=("bison" "flex" "ocaml" "cmake")
license=("custom")