summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89fa88f10b3d..686337c19379 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spacy
pkgdesc = Free open-source library for Natural Language Processing in Python
- pkgver = 3.7.2
+ pkgver = 3.7.3
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.7.2.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.7.2.tar.gz
- sha256sums = cedf4927bf0d3fec773a6ce48d5d2c91bdb02fed3c7d5ec07bdb873f1126f1a0
+ source = python-spacy-3.7.3.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.7.3.tar.gz
+ sha256sums = 99265028fbdc6e12249c53305e461f79a103637b0e6866c28af0e46365f751e1
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 759b0f3e6a25..78069b0ed9a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spacy
_pkg="${pkgname#python-}"
-pkgver=3.7.2
+pkgver=3.7.3
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=('cedf4927bf0d3fec773a6ce48d5d2c91bdb02fed3c7d5ec07bdb873f1126f1a0')
+sha256sums=('99265028fbdc6e12249c53305e461f79a103637b0e6866c28af0e46365f751e1')
prepare() {
cd "$_pkg-$pkgver"