summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2022-07-18 20:23:52 +0200
committerJ. Nathanael Philipp2022-07-18 20:23:52 +0200
commit8997157d72a6d0226e4f511faff46dbda4bbf397 (patch)
tree691452873c923b9c0cbf9ea0888ebca3411ac1fb /PKGBUILD
parent1656664771477855653b90c015659c9ac1aa0ac9 (diff)
downloadaur-8997157d72a6d0226e4f511faff46dbda4bbf397.tar.gz
Version 3.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9a8ed708a9e..056b3b8b40fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: J. Nathanael Philipp (jnphilipp) <nathanael@philipp.land>
pkgname=python-spacy-de_core_news_lg
-pkgver=3.3.0
+pkgver=3.4.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_lg"
@@ -11,7 +11,7 @@ license=('MIT')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/de_core_news_lg-${pkgver}/de_core_news_lg-${pkgver}.tar.gz"
"https://raw.githubusercontent.com/explosion/spaCy/master/LICENSE")
-sha256sums=("0e2cac97bde15485412ee5c1f4d3e25fc32f74c4c12f60fea98747f70aae00cd"
+sha256sums=("797b0f5d709e5cbc446c70c15b21a20a5af004f49920c6b21ccf89c3f5501600"
"c07800e058b1b544eb9d47dd81687582fe6830c1ddc47f57521fc93628685915")
build() {