summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-11-08 14:33:17 +0100
committerPhilip Goto2021-11-08 14:33:17 +0100
commit25a0f663f002b265f61dc4fd822df971a5223d7b (patch)
tree1b258195e6d3ed5a58568ed61b998ebd74bf865f
parent4e0265706ba24d3e5c8475745aa9f82e2aa79695 (diff)
downloadaur-25a0f663f002b265f61dc4fd822df971a5223d7b.tar.gz
Update to 3.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29b79ff7da5..a7f42f016554 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.4
+ pkgver = 3.2.0
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.4.tar.gz
- sha256sums = 327664307445f095cf72960cf3559ee7ca6af42185ec977cec59f0765df05636
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.2.0.tar.gz
+ sha256sums = 68e54b2a14ce74eeecea9bfb0b9bdadf8a4a8157765dbefa7e50d25a1bf0f2f3
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 3288df179ee3..24df444040f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.1.4
+pkgver=3.2.0
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=('327664307445f095cf72960cf3559ee7ca6af42185ec977cec59f0765df05636')
+sha256sums=('68e54b2a14ce74eeecea9bfb0b9bdadf8a4a8157765dbefa7e50d25a1bf0f2f3')
build() {
cd "spacy-${pkgver}"