summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 203d29c2d338..7398756b27ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = knp
pkgdesc = KN parser (Kurohashi-Nagao parser) which detects dependency of Japanese sentences
pkgver = 4.16
- pkgrel = 1
+ pkgrel = 2
url = http://nlp.ist.i.kyoto-u.ac.jp/index.php?KNP
arch = x86_64
arch = i686
license = custom
- depends = juman>=7.0
+ depends = juman
depends = tinycdb
source = http://nlp.ist.i.kyoto-u.ac.jp/DLcounter/lime.cgi?down=http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/knp/knp-4.16.tar.bz2
sha512sums = ccb64b8baaebe78cbe461b681c909b4875c47dc060a005cfbacd83739b3bcd5ea5ac3cb9769832f1c9726b61bd001362a03e4e1de27d81bff6fb10b6f3a5d0bd
diff --git a/PKGBUILD b/PKGBUILD
index 501f51326126..93979388c55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=knp
pkgver=4.16
-pkgrel=1
+pkgrel=2
pkgdesc="KN parser (Kurohashi-Nagao parser) which detects dependency of Japanese sentences"
url="http://nlp.ist.i.kyoto-u.ac.jp/index.php?KNP"
arch=("x86_64" "i686")
license=("custom")
-depends=("juman>=7.0" "tinycdb") # if you want to use named entity extraction, append 'crfpp' in 'depends' line
+depends=("juman" "tinycdb") # if you want to use named entity extraction, append 'crfpp' in 'depends' line
source=("http://nlp.ist.i.kyoto-u.ac.jp/DLcounter/lime.cgi?down=http://nlp.ist.i.kyoto-u.ac.jp/nl-resource/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
sha512sums=('ccb64b8baaebe78cbe461b681c909b4875c47dc060a005cfbacd83739b3bcd5ea5ac3cb9769832f1c9726b61bd001362a03e4e1de27d81bff6fb10b6f3a5d0bd')