summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Price2017-11-07 12:20:24 +0000
committerWill Price2017-11-07 12:20:24 +0000
commit3e49fc7ec40835e7e092d72d8d84919a2f7200f2 (patch)
tree4e08be69e0f522ecdcb464e1b8f6f56391f1f1a8
parentfa0433d6a8422f8dfa4be12825309bdbff0c1744 (diff)
downloadaur-3e49fc7ec40835e7e092d72d8d84919a2f7200f2.tar.gz
Update optdepends with correct english models aur name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f03880a86f2..81a186ab3516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Tue Nov 7 12:19:20 UTC 2017
+# Tue Nov 7 12:20:11 UTC 2017
pkgbase = stanford-parser
pkgdesc = A natural language parser is a program that works out the grammatical structure of sentences.
pkgver = 3.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://nlp.stanford.edu/software/lex-parser.shtml#Download
arch = x86_64
license = GPL
depends = java-runtime
- optdepends = stanford-parser-en-models: English models
+ 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
diff --git a/PKGBUILD b/PKGBUILD
index 24a685c33c6f..b49f7f4cdb1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Will Price <will.price94@gmail.com>
pkgname=stanford-parser
pkgver=3.8.0
-pkgrel=1
+pkgrel=2
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"
license=('GPL')
groups=()
depends=(java-runtime)
-optdepends=('stanford-parser-en-models: English models')
+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")