summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-07-06 14:31:09 +0200
committerJ. Nathanael Philipp2023-07-06 14:31:09 +0200
commit267bf5b2c647584bfdd822f48eec6a3fc4c9cb12 (patch)
tree43d182a3acd505f441665407d2b689bacb8270c5 /PKGBUILD
parent844550bf28cd0f8b9abb28d0e5eb04c9b6d5afa1 (diff)
downloadaur-267bf5b2c647584bfdd822f48eec6a3fc4c9cb12.tar.gz
Version 3.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3967143d9d1d..a260119fff0d 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.5.0
+pkgver=3.6.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=("401952e872572a0881d1e7ca6cd3b97ac6333a38c30622eb596aba3e0a7a7a50"
+sha256sums=("f3922b6d56a5a896d8e3455a77d72b4996cfaf35036081fef09e7545991db35b"
"c07800e058b1b544eb9d47dd81687582fe6830c1ddc47f57521fc93628685915")
build() {