summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-03-31 12:18:14 +0200
committerPhilip Goto2022-03-31 12:18:14 +0200
commitdc074e274213ead16a7072898077e5fe014e4eda (patch)
treebb148c4e0c2640a67e9e5578fc4fc97dcf69f2f3
parent1fa9eab3ae8882a0f8a3861514a9551da1cf9def (diff)
downloadaur-dc074e274213ead16a7072898077e5fe014e4eda.tar.gz
Update to 3.2.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a197a031d01d..96eb0413a371 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.3
+ pkgver = 3.2.4
pkgrel = 1
url = https://spacy.io/
arch = x86_64
@@ -15,7 +15,6 @@ pkgbase = python-spacy
depends = python-langcodes
depends = python-murmurhash
depends = python-numpy
- depends = python-pathlib
depends = python-plac
depends = python-preshed
depends = python-regex
@@ -26,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.3.tar.gz
- b2sums = b378ffbac7326052c4ca5ed0fc1fd8152ab10b060393f36544143c3eab3e2286f12850156fbcee5e2c77b157ab0a0542e0d8edfa381aa16d79e15e15dee8c82f
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.2.4.tar.gz
+ b2sums = efc4173e3ae18960207cc5c56fafd3c1739550884c2db70955aa60d5040b6a2c98c9745d976c34cc49d988e9332cde0f2f5d596ebe3a2a3b6af5b3b8021a0590
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index d59984436001..63d5ad5571fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.2.3
+pkgver=3.2.4
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=(x86_64 aarch64)
@@ -16,7 +16,6 @@ depends=(
python-langcodes
python-murmurhash
python-numpy
- python-pathlib
python-plac
python-preshed
python-regex
@@ -34,7 +33,7 @@ makedepends=(
cython
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-b2sums=('b378ffbac7326052c4ca5ed0fc1fd8152ab10b060393f36544143c3eab3e2286f12850156fbcee5e2c77b157ab0a0542e0d8edfa381aa16d79e15e15dee8c82f')
+b2sums=('efc4173e3ae18960207cc5c56fafd3c1739550884c2db70955aa60d5040b6a2c98c9745d976c34cc49d988e9332cde0f2f5d596ebe3a2a3b6af5b3b8021a0590')
build() {
cd "spacy-${pkgver}"