summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRiccardo Berto2018-05-08 15:52:03 +0200
committerRiccardo Berto2018-05-08 15:52:03 +0200
commita40f24108a31968792404a8f63e8575558ff9890 (patch)
treefb5b0d6a752a2f525381942853777c7bbc8b538e /PKGBUILD
parent1c4f7fa0592cadb9a7d775950c05fe8618c51b07 (diff)
downloadaur-a40f24108a31968792404a8f63e8575558ff9890.tar.gz
Added aarch64 and armv7h architectures
I just tested them, they are both compiling the package correctly.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a38188bca2e3..ad2f645b9af6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
_pkgname=redis-graph
pkgname=$_pkgname-git
pkgver=r215.9db0b8c
-pkgrel=1
+pkgrel=2
pkgdesc="This project is a Redis module that implements a graph database."
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'aarch64' 'armv7h')
url="https://github.com/swilly22/$_pkgname"
license=('AGPL-3.0')
depends=('redis')