summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHiroshi Hatake2017-12-24 22:22:13 +0900
committerHiroshi Hatake2017-12-24 22:22:13 +0900
commit5677eec6231ec92bc50a527c425f55409fa1cb6e (patch)
tree468be1c64c5be6a520763e6178a014f2aaa84415 /PKGBUILD
parentd2145a910ef04f66e39536a22aee5707cf537add (diff)
downloadaur-5677eec6231ec92bc50a527c425f55409fa1cb6e.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 00c19eae1fec..7c46e4d07b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
pkgname=pgroonga
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Fast fulltext search on PostgreSQL."
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="https://github.com/pgroonga/pgroonga"
license=('PostgreSQL')
source=("http://packages.groonga.org/source/pgroonga/$pkgname-$pkgver.tar.gz")