summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-05-02 12:41:01 +0200
committerPhilip Goto2022-05-02 12:41:01 +0200
commit95d207409c26d72c31854c6eaec8ef5bc95df600 (patch)
tree395c4d826c6fe2080e0586ddc92b3d60aeced87d
parentdc074e274213ead16a7072898077e5fe014e4eda (diff)
downloadaur-95d207409c26d72c31854c6eaec8ef5bc95df600.tar.gz
Update to 3.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96eb0413a371..5a0e01c20690 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.4
+ pkgver = 3.3.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.2.4.tar.gz
- b2sums = efc4173e3ae18960207cc5c56fafd3c1739550884c2db70955aa60d5040b6a2c98c9745d976c34cc49d988e9332cde0f2f5d596ebe3a2a3b6af5b3b8021a0590
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.3.0.tar.gz
+ b2sums = 9e3e07d66757af51143135149784228256ac831d8f330983225a6e2cf9aab5a582ceae72ea80911d85bf3267dbffd11ba5da1e5575c6c033d46b1d1c56b78a20
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 63d5ad5571fc..3dcf428186ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.2.4
+pkgver=3.3.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")
-b2sums=('efc4173e3ae18960207cc5c56fafd3c1739550884c2db70955aa60d5040b6a2c98c9745d976c34cc49d988e9332cde0f2f5d596ebe3a2a3b6af5b3b8021a0590')
+b2sums=('9e3e07d66757af51143135149784228256ac831d8f330983225a6e2cf9aab5a582ceae72ea80911d85bf3267dbffd11ba5da1e5575c6c033d46b1d1c56b78a20')
build() {
cd "spacy-${pkgver}"