summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2017-09-30 13:16:43 +0900
committerNOGISAKA Sadata2017-09-30 13:16:43 +0900
commit57cfa1e045295b12e82ea0eda1b31694b20bd820 (patch)
tree8c54cf2d829d3d7e9053ed271e3bf6c2be1f6717
parent2f4905cfe3025c4624e7908fb30513e51e877242 (diff)
downloadaur-57cfa1e045295b12e82ea0eda1b31694b20bd820.tar.gz
update to 4.18-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a3bc89dc4bd..0123ab2d39d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = knp
pkgdesc = Japanese Dependency and Case Structure Analyzer
- pkgver = 4.17
+ pkgver = 4.18
pkgrel = 1
url = http://nlp.ist.i.kyoto-u.ac.jp/index.php?KNP
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = knp
license = custom
depends = juman
conflicts = crfpp
- 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.17.tar.bz2
- sha512sums = 7437781d2046431222fdb962e90cb98a6189d8efc09df77e7a0ea1a0d62f19cad38167fd77da75c7e5a014e6266ed9ecaa5b91be92ac8bfae7cbc4d92b1e0a2f
+ 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.18.tar.bz2
+ sha512sums = 6bb2c72b847a050079ee290bd35a8f5dd825987ddeaa982629827161d5ca26df9a9765b9733d43f282f37b20f4451a6aa3ace9ec65a4d880215abebc9ef15042
pkgname = knp
diff --git a/PKGBUILD b/PKGBUILD
index d3e5495808fe..a488d9fe7760 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# You should check having enough space on your storage.
pkgname=knp
-pkgver=4.17
+pkgver=4.18
pkgrel=1
pkgdesc="Japanese Dependency and Case Structure Analyzer"
url="http://nlp.ist.i.kyoto-u.ac.jp/index.php?KNP"
@@ -13,7 +13,7 @@ license=("custom")
depends=("juman")
conflicts=("crfpp")
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=('7437781d2046431222fdb962e90cb98a6189d8efc09df77e7a0ea1a0d62f19cad38167fd77da75c7e5a014e6266ed9ecaa5b91be92ac8bfae7cbc4d92b1e0a2f')
+sha512sums=('6bb2c72b847a050079ee290bd35a8f5dd825987ddeaa982629827161d5ca26df9a9765b9733d43f282f37b20f4451a6aa3ace9ec65a4d880215abebc9ef15042')
build() {
cd ${srcdir}/${pkgname}-${pkgver}