summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 496938a0cb08..d5c9e7565f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"