summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2017-12-24 22:19:39 +0900
committerHiroshi Hatake2017-12-24 22:19:39 +0900
commitaeb66dc29962a082b430c335b000d8c36e2fa095 (patch)
treed50a0b0205b0499865be6921aa13b14628dcc2f6
parenta9a0bce73b1c7ebdb15b872c11b5d9068f5d62d0 (diff)
downloadaur-aeb66dc29962a082b430c335b000d8c36e2fa095.tar.gz
Add aarch64 to buildable platform
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 308c466a1959..0800ac56c2b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = groonga
pkgdesc = An opensource fulltext search engine.
pkgver = 7.0.8
- pkgrel = 1
+ pkgrel = 2
url = http://groonga.org/
arch = i686
arch = x86_64
arch = armv7h
+ arch = aarch64
license = LGPL2
depends = zlib
depends = lz4
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"