summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-03-05 13:29:35 +0100
committerPhilip Goto2022-03-05 13:29:35 +0100
commit1fa9eab3ae8882a0f8a3861514a9551da1cf9def (patch)
tree08c7a08e7e0da3974b15f54213ac67a4f9470917
parent355cb28c5a7b63cad11d91919c1a0add3568755a (diff)
downloadaur-1fa9eab3ae8882a0f8a3861514a9551da1cf9def.tar.gz
Update to 3.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9051355ef723..a197a031d01d 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.2.2
+ pkgver = 3.2.3
pkgrel = 1
url = https://spacy.io/
arch = x86_64
@@ -26,7 +26,7 @@ pkgbase = python-spacy
depends = python-typer
depends = python-ujson
depends = python-wasabi
- source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.2.2.tar.gz
- b2sums = ed6af9bcb66bfe3b3263e12489bd56e3bd79cdb0bb89bab3e6802e8594239df006711dc1a863203131db26f7b7bfdfd77586c0d23b32f0a85cab20a280a82dbc
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.2.3.tar.gz
+ b2sums = b378ffbac7326052c4ca5ed0fc1fd8152ab10b060393f36544143c3eab3e2286f12850156fbcee5e2c77b157ab0a0542e0d8edfa381aa16d79e15e15dee8c82f
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index da424920cc88..d59984436001 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.2.2
+pkgver=3.2.3
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=(x86_64 aarch64)
@@ -34,7 +34,7 @@ makedepends=(
cython
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-b2sums=('ed6af9bcb66bfe3b3263e12489bd56e3bd79cdb0bb89bab3e6802e8594239df006711dc1a863203131db26f7b7bfdfd77586c0d23b32f0a85cab20a280a82dbc')
+b2sums=('b378ffbac7326052c4ca5ed0fc1fd8152ab10b060393f36544143c3eab3e2286f12850156fbcee5e2c77b157ab0a0542e0d8edfa381aa16d79e15e15dee8c82f')
build() {
cd "spacy-${pkgver}"