summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHiroshi Hatake2017-12-24 22:19:39 +0900
committerHiroshi Hatake2017-12-24 22:19:39 +0900
commitaeb66dc29962a082b430c335b000d8c36e2fa095 (patch)
treed50a0b0205b0499865be6921aa13b14628dcc2f6 /PKGBUILD
parenta9a0bce73b1c7ebdb15b872c11b5d9068f5d62d0 (diff)
downloadaur-aeb66dc29962a082b430c335b000d8c36e2fa095.tar.gz
Add aarch64 to buildable platform
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 35e9e18b7364..8ee06adda860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=groonga
pkgver=7.0.8
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource fulltext search engine."
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://groonga.org/"
license=('LGPL2')
source=("http://packages.groonga.org/source/groonga/$pkgname-$pkgver.tar.gz"