summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Price2018-05-21 19:01:26 +0100
committerWill Price2018-05-21 19:01:26 +0100
commit5f725824ee05dfc53db2ae7c6e86f4a06098fc99 (patch)
treee3127a8cfe4678174692d633ebacb95dbae087ab
parent3e49fc7ec40835e7e092d72d8d84919a2f7200f2 (diff)
downloadaur-5f725824ee05dfc53db2ae7c6e86f4a06098fc99.tar.gz
Update to 3.9.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81a186ab3516..bbd9944d2f21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 12:20:11 UTC 2017
+# Mon May 21 18:01:13 UTC 2018
pkgbase = stanford-parser
pkgdesc = A natural language parser is a program that works out the grammatical structure of sentences.
- pkgver = 3.8.0
- pkgrel = 2
+ pkgver = 3.9.1
+ pkgrel = 3
url = https://nlp.stanford.edu/software/lex-parser.shtml#Download
arch = x86_64
license = GPL
depends = java-runtime
optdepends = stanford-corenlp-models-english: English models
provides = stanford-parser
- source = https://nlp.stanford.edu/software/stanford-parser-full-2017-06-09.zip
- md5sums = 93695f5f6d42ac17f140965d239d1bc1
+ source = https://nlp.stanford.edu/software/stanford-parser-full-2018-02-27.zip
+ sha512sums = e9c97218bed8046eb93ff02cc678ec5787bab9b95b7eb69247fa05facc34c89d51bebf0326dd4eac0b3be82806f9060e6635c7c784a26bce99ae4c28e8b55614
pkgname = stanford-parser
diff --git a/PKGBUILD b/PKGBUILD
index b49f7f4cdb1f..af63c6be08b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: Will Price <will.price94@gmail.com>
+_version=2018-02-27
pkgname=stanford-parser
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.9.1
+pkgrel=3
pkgdesc="A natural language parser is a program that works out the grammatical structure of sentences."
arch=(x86_64)
url="https://nlp.stanford.edu/software/lex-parser.shtml#Download"
@@ -10,9 +11,8 @@ groups=()
depends=(java-runtime)
optdepends=('stanford-corenlp-models-english: English models')
provides=('stanford-parser')
-_version=2017-06-09
source=("https://nlp.stanford.edu/software/stanford-parser-full-${_version}.zip")
-md5sums=('93695f5f6d42ac17f140965d239d1bc1')
+sha512sums=('e9c97218bed8046eb93ff02cc678ec5787bab9b95b7eb69247fa05facc34c89d51bebf0326dd4eac0b3be82806f9060e6635c7c784a26bce99ae4c28e8b55614')
package() {
cd "${srcdir}/stanford-parser-full-${_version}"