summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2024-02-06 11:39:35 +0100
committerJ. Nathanael Philipp2024-02-06 11:39:35 +0100
commit59e0232c23220eae3ef13078dcfa63be8303f831 (patch)
treeec15a089f317882eca117b25772c5fba262dd544 /PKGBUILD
parent5d894a953dd6a289f14aeaf7c92f457207be45f3 (diff)
downloadaur-python-spacy.tar.gz
Version 3.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"