summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-09-28 15:38:41 +0200
committerPhilip Goto2021-09-28 15:38:41 +0200
commit2680da8932c3869b618b53d7cc82348b65470e32 (patch)
tree3cf557b64aa042534fbbdcb2a75541dc372d1e8c
parent2b65df57ac2b242b0738af3ad2312690c366917a (diff)
downloadaur-2680da8932c3869b618b53d7cc82348b65470e32.tar.gz
Update to 3.1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 650a21622b21..40a020ba5a50 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.1.2
+ pkgver = 3.1.3
pkgrel = 1
url = https://spacy.io/
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = python-spacy
depends = python-typer
depends = python-ujson
depends = python-wasabi
- source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.1.2.tar.gz
- sha256sums = 4bc9faddc9ed4f042ad424af4ff5cb67d193ce4e22ad19d59ff1a14715f113b5
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.1.3.tar.gz
+ sha256sums = 58084e64a27997192ea48f18abb30ec148c5bbe79d04d17ba4d2fc262100c2a2
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 9f1ca0bc2aaf..361cf07ee620 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.1.2
+pkgver=3.1.3
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=(x86_64 aarch64)
@@ -33,7 +33,7 @@ makedepends=(
cython
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('4bc9faddc9ed4f042ad424af4ff5cb67d193ce4e22ad19d59ff1a14715f113b5')
+sha256sums=('58084e64a27997192ea48f18abb30ec148c5bbe79d04d17ba4d2fc262100c2a2')
build() {
cd "spacy-${pkgver}"