summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-07-28 12:46:03 +0200
committerPhilip Goto2021-07-28 12:46:03 +0200
commita2fb0980eb394b0bbc82f4ab9715e64c2c6507f0 (patch)
treed54a4b2c9d062654b208685017970a8f2466b361
parent40acf6ac9764e2943df5711ee2bbde581fc7cea7 (diff)
downloadaur-a2fb0980eb394b0bbc82f4ab9715e64c2c6507f0.tar.gz
Update to 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 542fed54b6d9..5a7b21ffd614 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.0
+ pkgver = 3.1.1
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.0.tar.gz
- sha256sums = e3705da42f99e63f02cee244364ad3ad4ace3fac5cf1151b72592755f8ffe3cc
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.1.1.tar.gz
+ sha256sums = 77a0f78d7e65335e5fae13af7e55684770c76a0457ee1baac414ddb89b5df6e4
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index ce32fb15df6c..0a5aeaef8629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.1.0
+pkgver=3.1.1
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=('e3705da42f99e63f02cee244364ad3ad4ace3fac5cf1151b72592755f8ffe3cc')
+sha256sums=('77a0f78d7e65335e5fae13af7e55684770c76a0457ee1baac414ddb89b5df6e4')
build() {
cd "spacy-${pkgver}"