summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')