summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9fea6eb3e6c..1932c4e150a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Hiroshi Hatake <cosmo0920.wp[at]gmail.com>
pkgname=groonga
-pkgver=9.0.2
-pkgrel=3
+pkgver=9.0.3
+pkgrel=1
pkgdesc="An opensource fulltext search engine."
-arch=('i686' 'x86_64' 'armv7h' 'aarch64')
+arch=('i686' 'x86_64')
url="http://groonga.org/"
license=('LGPL2')
source=("http://packages.groonga.org/source/groonga/$pkgname-$pkgver.tar.gz"
@@ -14,7 +14,7 @@ depends=('zlib' 'lz4' 'glib2' 'libedit' 'zeromq' 'arrow' 'autoconf-archive'
optdepends=('cutter-test_framework' 'ruby' 'mercurial' 'kytea')
build() {
- # TODO: Enable arrow later
+ # TODO: Enable to build arrow on AArch64/armv7h
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr \
--localstatedir=/var \
@@ -42,5 +42,5 @@ package() {
install -Dm644 ../groonga-httpd.service "$pkgdir"/usr/lib/systemd/system/groonga-httpd.service
}
-sha1sums=('6a0f099025df9c2439bc1fbbed698e285b2695fc'
+sha1sums=('117e8666e11f40bec37d516a0d264d92d796e9bd'
'56b68b5ebfc6785f08ce101b263d6f56acd74d8a')