summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2021-02-02 11:36:00 +0100
committerJ. Nathanael Philipp2021-02-02 11:36:00 +0100
commit2a922c1c9b9c8df5a861ab6785fbc864333af321 (patch)
treef50e565091a199a4ca27a1efee26c0cbcbccf3e8 /PKGBUILD
parent2a3a25f912524328f36b2c4efcf5076a6d4cd078 (diff)
downloadaur-2a922c1c9b9c8df5a861ab6785fbc864333af321.tar.gz
Update to 3.0.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 353f65685e6d..24903f8f529b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: J. Nathanael Philipp (jnphilipp) <nathanael@philipp.land>
pkgname=python-spacy-de_core_news_sm
-pkgver=2.3.0
-pkgrel=2
-pkgdesc="German multi-task CNN trained on the TIGER and WikiNER corpora. Assigns context-specific token vectors, POS tags, dependency parses and named entities."
+pkgver=3.0.0
+pkgrel=1
+pkgdesc="German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser, senter, ner, attribute_ruler, lemmatizer."
url="https://spacy.io/models/de#de_core_news_sm"
depends=('python-spacy')
makedepends=('python-setuptools')
@@ -11,8 +11,8 @@ license=('MIT')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/de_core_news_sm-${pkgver}/de_core_news_sm-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/explosion/spaCy/master/LICENSE")
-sha256sums=("87fe081677c54615b8f5b3e701b8279c929dc9b5ed2aed1545e2494b5cae8b01"
- "2946c76df2417fe4e29c693e4d877f8516630740f0ede219edf1b0d06c61d536")
+sha256sums=("03e008d52ccfb8358010f99146c4ad40a212e732769a98a2bedd5a3bbfc3aaf0"
+ "b90775797175e7aa165a5508c8132da463b8ae029b419f4fc52450276d9f2872")
build() {
cd de_core_news_sm-${pkgver}