diff options
author | J. Nathanael Philipp | 2025-04-06 16:49:05 +0200 |
---|---|---|
committer | J. Nathanael Philipp | 2025-04-06 16:49:05 +0200 |
commit | 6fcf7eaf0cfe3a332459be90978d698bd665b60f (patch) | |
tree | 399aecd45a6c3f3408c6ae2c0ae6c02713b8caed | |
parent | 92dc738c54bcdc89a0b41a7efb01cbb6f43b1661 (diff) | |
download | aur-6fcf7eaf0cfe3a332459be90978d698bd665b60f.tar.gz |
Version 3.8.5
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = python-spacy pkgdesc = Free open-source library for Natural Language Processing in Python - pkgver = 3.8.3 + pkgver = 3.8.5 pkgrel = 1 url = https://github.com/explosion/spacy arch = x86_64 @@ -28,7 +28,7 @@ pkgbase = python-spacy depends = python-typer depends = python-wasabi depends = python-weasel - source = python-spacy-3.8.3.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.8.3.tar.gz - sha256sums = 81a967dc3d6a5a0a9ab250559483fe2092306582a9192f98be7a63bdce2797f7 + source = python-spacy-3.8.5.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.8.5.tar.gz + sha256sums = 38bc8b877fb24f414905ff179620031607cd31fe6f900d67a06730142715651c pkgname = python-spacy @@ -5,7 +5,7 @@ pkgname=python-spacy _pkg="${pkgname#python-}" -pkgver=3.8.3 +pkgver=3.8.5 pkgrel=1 pkgdesc='Free open-source library for Natural Language Processing in Python' arch=('x86_64' 'aarch64') @@ -36,7 +36,7 @@ makedepends=( 'python-setuptools' 'python-wheel') source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/$_pkg/$_pkg-$pkgver.tar.gz") -sha256sums=('81a967dc3d6a5a0a9ab250559483fe2092306582a9192f98be7a63bdce2797f7') +sha256sums=('38bc8b877fb24f414905ff179620031607cd31fe6f900d67a06730142715651c') prepare() { cd "$_pkg-$pkgver" |