summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2018-07-09 10:24:07 +0200
committerRiccardo Berto2018-07-09 10:24:07 +0200
commit4bfe794280a7bf33203e57a68a77d894e0c335a1 (patch)
treebfce44b5ca819889e2805b354341455fc5406973
parentd27479223d0ab6904e13711f957e309c67dfe40b (diff)
downloadaur-4bfe794280a7bf33203e57a68a77d894e0c335a1.tar.gz
added cmake dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77a14e24a38b..539261515f2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = redis-graph-git
license = AGPL-3.0
makedepends = git
depends = redis
+ depends = cmake
source = git+https://github.com/RedisLabsModules/redis-graph
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6d1b48654ad5..773538a16ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="This project is a Redis module that implements a graph database."
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="https://github.com/RedisLabsModules/$_pkgname"
license=('AGPL-3.0')
-depends=('redis')
+depends=('redis' 'cmake')
makedepends=('git')
source=("git+$url")
install=$pkgname.install