summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-08 13:35:22 +0100
committerPhilip Goto2021-12-08 13:35:22 +0100
commit06b0f232bfda450db39f25b3d540a654e57efe6f (patch)
treea707075d74a3d9f3d429a574ccd2f73442734c43
parenta542d15be483c1ab4556b594b3614f9cdad1f2c6 (diff)
downloadaur-06b0f232bfda450db39f25b3d540a654e57efe6f.tar.gz
Update to 3.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef079322c0d4..30abe7978a0a 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.0
+ pkgver = 3.2.1
pkgrel = 2
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.0.tar.gz
- sha256sums = 68e54b2a14ce74eeecea9bfb0b9bdadf8a4a8157765dbefa7e50d25a1bf0f2f3
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.2.1.tar.gz
+ sha256sums = f6ebac511627740a8ca2b117b91ef5515c8f0b2fb117a69ebe01d010dd4fc53c
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 67019c5fc216..b2de2e989ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=2
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")
-sha256sums=('68e54b2a14ce74eeecea9bfb0b9bdadf8a4a8157765dbefa7e50d25a1bf0f2f3')
+sha256sums=('f6ebac511627740a8ca2b117b91ef5515c8f0b2fb117a69ebe01d010dd4fc53c')
build() {
cd "spacy-${pkgver}"