summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiccardo Berto2019-02-06 21:01:52 +0100
committerRiccardo Berto2019-02-06 21:01:52 +0100
commit2d9b6e1dc0d53ec8d3441c07c9b40b45420b4541 (patch)
treea0ed77aa5705d196b013b70fb29cb91723cdcb71
parente3611914eb587579c09480f666cdc40dfd122de6 (diff)
downloadaur-2d9b6e1dc0d53ec8d3441c07c9b40b45420b4541.tar.gz
Auto update
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1acb735d43d..a0325be76559 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,6 +12,7 @@ pkgbase = redis-graph-git
makedepends = git
depends = redis
depends = cmake
+ conflicts = redis-graph
source = git+https://github.com/RedisLabsModules/redis-graph
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index db9fdfafcb12..45f22359b473 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/RedisLabsModules/$_pkgname"
license=('AGPL-3.0')
depends=('redis' 'cmake')
makedepends=('git')
+conflicts=('redis-graph')
source=("git+$url")
install=$pkgname.install
sha256sums=("SKIP")