summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-09-07 09:52:56 +0200
committerPhilip Goto2021-09-07 09:52:56 +0200
commit2b65df57ac2b242b0738af3ad2312690c366917a (patch)
tree55d405e489d5e7295a6c9422112fba26cb735cb4
parenta2fb0980eb394b0bbc82f4ab9715e64c2c6507f0 (diff)
downloadaur-2b65df57ac2b242b0738af3ad2312690c366917a.tar.gz
Update to 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a7b21ffd614..650a21622b21 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.1
+ pkgver = 3.1.2
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.1.tar.gz
- sha256sums = 77a0f78d7e65335e5fae13af7e55684770c76a0457ee1baac414ddb89b5df6e4
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.1.2.tar.gz
+ sha256sums = 4bc9faddc9ed4f042ad424af4ff5cb67d193ce4e22ad19d59ff1a14715f113b5
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 0a5aeaef8629..9f1ca0bc2aaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.1.1
+pkgver=3.1.2
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=('77a0f78d7e65335e5fae13af7e55684770c76a0457ee1baac414ddb89b5df6e4')
+sha256sums=('4bc9faddc9ed4f042ad424af4ff5cb67d193ce4e22ad19d59ff1a14715f113b5')
build() {
cd "spacy-${pkgver}"