summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi Hatake2019-05-06 16:29:32 +0900
committerHiroshi Hatake2019-05-06 16:29:32 +0900
commit10ce978ee84113a45a11343faa954fd51a747146 (patch)
tree4f62c3c0a4906b859f664f796c4a8562859191fc
parentfdbfa735567839328237ce31f4ef38ddde4696e6 (diff)
downloadaur-10ce978ee84113a45a11343faa954fd51a747146.tar.gz
groonga 9.0.2-3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 693bbf370133..53b684832267 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 28 12:46:52 UTC 2019
+# Mon May 6 07:28:40 UTC 2019
pkgbase = groonga
pkgdesc = An opensource fulltext search engine.
pkgver = 9.0.2
- pkgrel = 2
+ pkgrel = 3
url = http://groonga.org/
arch = i686
arch = x86_64
@@ -21,11 +21,11 @@ pkgbase = groonga
depends = mecab
depends = mecab-ipadic
depends = msgpack-c
+ depends = snowball-c-git
optdepends = cutter-test_framework
optdepends = ruby
optdepends = mercurial
optdepends = kytea
- optdepends = snowball-c
source = http://packages.groonga.org/source/groonga/groonga-9.0.2.tar.gz
source = groonga-httpd.service
sha1sums = 6a0f099025df9c2439bc1fbbed698e285b2695fc
diff --git a/PKGBUILD b/PKGBUILD
index e3c716bd032a..a9fea6eb3e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=groonga
pkgver=9.0.2
-pkgrel=2
+pkgrel=3
pkgdesc="An opensource fulltext search engine."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url="http://groonga.org/"
@@ -10,8 +10,8 @@ license=('LGPL2')
source=("http://packages.groonga.org/source/groonga/$pkgname-$pkgver.tar.gz"
"groonga-httpd.service")
depends=('zlib' 'lz4' 'glib2' 'libedit' 'zeromq' 'arrow' 'autoconf-archive'
- 'libevent' 'mecab' 'mecab-ipadic' 'msgpack-c')
-optdepends=('cutter-test_framework' 'ruby' 'mercurial' 'kytea' 'snowball-c')
+ 'libevent' 'mecab' 'mecab-ipadic' 'msgpack-c' 'snowball-c-git')
+optdepends=('cutter-test_framework' 'ruby' 'mercurial' 'kytea')
build() {
# TODO: Enable arrow later
@@ -23,13 +23,12 @@ build() {
--with-default-encoding=utf8 \
--with-zlib \
--with-lz4 \
- --without-stemmer \
--enable-arrow \
--enable-message-pack \
--enable-shared=yes \
--enable-static=yes \
--with-mecab \
- --with-mruby
+ --enable-mruby
make
}