summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2b90f5028f5..e2ea3b0a189a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = redis-graph-git
pkgdesc = This project is a Redis module that implements a graph database.
- pkgver = r215.9db0b8c
- pkgrel = 2
+ pkgver = r219.6de7c37
+ pkgrel = 1
url = https://github.com/swilly22/redis-graph
install = redis-graph-git.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index ad2f645b9af6..f308e04e00ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Riccardo Berto <riccardobrt at gmail dot com>
_pkgname=redis-graph
-pkgname=$_pkgname-git
-pkgver=r215.9db0b8c
-pkgrel=2
+pkgname=redis-graph-git
+pkgver=r219.6de7c37
+pkgrel=1
pkgdesc="This project is a Redis module that implements a graph database."
arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="https://github.com/swilly22/$_pkgname"