summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2021-11-09 12:19:11 +0100
committerJ. Nathanael Philipp2021-11-09 12:19:11 +0100
commitb58db778dafa55ccace423e2196f982a4830874a (patch)
treee8ade3d9b505d69a735709e7dd3a884c6f43a6ea /PKGBUILD
parentffe2d49bc01af0208fdf2f142090421e9cac63b5 (diff)
downloadaur-b58db778dafa55ccace423e2196f982a4830874a.tar.gz
Update to 3.2.0.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07d7e9b2de85..4b09c7edc4ca 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.1.0
+pkgver=3.2.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=("fbc37695977556240208ad4416c8c1a3f0d674805c26e3f9fe3cf4b23dc40269"
+sha256sums=("68768c1ed9860cc918444c0626eb294318f01e7b902911eedbcf4da342dea5d9"
"b90775797175e7aa165a5508c8132da463b8ae029b419f4fc52450276d9f2872")
build() {