summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-01-23 18:18:20 +0100
committerJ. Nathanael Philipp2023-01-23 18:18:20 +0100
commita7a8755896ccac62a2aca1fa852c55774fe4c788 (patch)
treeb74a3820f21ec2db3fce0d7903d5b838aacd9b38 /PKGBUILD
parent62920ed0656ad39d14a01e265b818a4d45d3aadc (diff)
downloadaur-a7a8755896ccac62a2aca1fa852c55774fe4c788.tar.gz
Version 3.5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20314d9767ec..de7656c2772c 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.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="German pipeline optimized for CPU. Components: tok2vec, tagger, morphologizer, parser, lemmatizer (trainable_lemmatizer), senter, ner."
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=("33b8c16beaa2e6045bb6d91611dcb693cffec548f570755d7334d3a148def5a2"
+sha256sums=("77e149602f13d8c663355a5f54b9d53d563891709747e3852224a3dd148e98e2"
"c07800e058b1b544eb9d47dd81687582fe6830c1ddc47f57521fc93628685915")
build() {