summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2021-07-08 19:12:30 +0200
committerJ. Nathanael Philipp2021-07-08 19:12:30 +0200
commitffe2d49bc01af0208fdf2f142090421e9cac63b5 (patch)
tree1baaca455e37f2bb1e45ecf640f040d6eeef9ea9 /PKGBUILD
parent2a922c1c9b9c8df5a861ab6785fbc864333af321 (diff)
downloadaur-ffe2d49bc01af0208fdf2f142090421e9cac63b5.tar.gz
Update to 3.1.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24903f8f529b..07d7e9b2de85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: J. Nathanael Philipp (jnphilipp) <nathanael@philipp.land>
pkgname=python-spacy-de_core_news_sm
-pkgver=3.0.0
+pkgver=3.1.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"
@@ -11,7 +11,7 @@ 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=("03e008d52ccfb8358010f99146c4ad40a212e732769a98a2bedd5a3bbfc3aaf0"
+sha256sums=("fbc37695977556240208ad4416c8c1a3f0d674805c26e3f9fe3cf4b23dc40269"
"b90775797175e7aa165a5508c8132da463b8ae029b419f4fc52450276d9f2872")
build() {