summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-10-05 10:02:29 +0200
committerJ. Nathanael Philipp2023-10-05 10:02:29 +0200
commit742d3421e216845aa971d3e0e90d2282a57d36a5 (patch)
tree0fb60cdc529fc9aee1e2ddbf67bb604c3a194a1e
parent08c96a96adfa03c8560c43d81910f01b4d8bcaf2 (diff)
downloadaur-742d3421e216845aa971d3e0e90d2282a57d36a5.tar.gz
Version 3.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67271a6a966b..f065ccaa8df3 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.0
+ pkgver = 3.7.1
pkgrel = 1
url = https://github.com/explosion/spacy
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = python-spacy
depends = python-typer
depends = python-wasabi
depends = python-weasel
- source = python-spacy-3.7.0.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.7.0.tar.gz
- sha256sums = ba07890a607d5a0421a3a1f63e1aa76694085eaf5f94e12a98edbff321fc9323
+ source = python-spacy-3.7.1.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.7.1.tar.gz
+ sha256sums = 5c6b727194d676f642534353d129d4f110c9cbf533268c230a333a4f92a5a185
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 2b16158203d8..837949b639b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spacy
_pkg="${pkgname#python-}"
-pkgver=3.7.0
+pkgver=3.7.1
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=('x86_64' 'aarch64')
@@ -37,7 +37,7 @@ makedepends=(
'python-setuptools'
'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('ba07890a607d5a0421a3a1f63e1aa76694085eaf5f94e12a98edbff321fc9323')
+sha256sums=('5c6b727194d676f642534353d129d4f110c9cbf533268c230a333a4f92a5a185')
prepare() {
cd "$_pkg-$pkgver"