summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7361eb61e359..e3c716bd032a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,16 @@
pkgname=groonga
pkgver=9.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="An opensource fulltext search engine."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://groonga.org/"
license=('LGPL2')
source=("http://packages.groonga.org/source/groonga/$pkgname-$pkgver.tar.gz"
"groonga-httpd.service")
-depends=('zlib' 'lz4' 'glib2' 'libedit' 'zeromq'
+depends=('zlib' 'lz4' 'glib2' 'libedit' 'zeromq' 'arrow' 'autoconf-archive'
'libevent' 'mecab' 'mecab-ipadic' 'msgpack-c')
-optdepends=('cutter-test_framework' 'ruby' 'mercurial' 'kytea' 'snowball-c'
- 'autoconf-archive' 'arrow')
+optdepends=('cutter-test_framework' 'ruby' 'mercurial' 'kytea' 'snowball-c')
build() {
# TODO: Enable arrow later
@@ -25,7 +24,7 @@ build() {
--with-zlib \
--with-lz4 \
--without-stemmer \
- --disable-arrow \
+ --enable-arrow \
--enable-message-pack \
--enable-shared=yes \
--enable-static=yes \