summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-12-15 14:17:10 +0100
committerPhilip Goto2020-12-15 14:17:10 +0100
commit317645b6fad19c4cc6c1d171d6c6740fcc40a652 (patch)
tree9007fd6c98b11afd3cade90ab991640e6cce01d0
parent2721e777afcaf3a844879a0e26ca6363d8eb61fd (diff)
downloadaur-317645b6fad19c4cc6c1d171d6c6740fcc40a652.tar.gz
Update to 2.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aa8aae83e39..81c54cb08f56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spacy
pkgdesc = Free open-source library for Natural Language Processing in Python
- pkgver = 2.3.4
+ pkgver = 2.3.5
pkgrel = 1
url = https://spacy.io/
arch = i686
@@ -24,8 +24,8 @@ pkgbase = python-spacy
depends = python-tqdm
depends = python-ujson
depends = python-wasabi
- source = https://files.pythonhosted.org/packages/73/df/868cb5a40d8649b057594425fe67bffdc732213e6e2fe2ad8ccd2707a918/spacy-2.3.4.tar.gz
- sha256sums = a5c8805759114aac3a1db1b20f42af1124da5315be903ccb4c472cc8452393fb
+ source = https://files.pythonhosted.org/packages/45/71/507b8dbbe3ee6f93c0356c3e5e902e0f598c02d919ad3116e16559eb011f/spacy-2.3.5.tar.gz
+ sha256sums = 315278ab60094643baecd866017c7d4cbd966efd2d517ad0e6c888edf7fa5aef
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index c2420755f633..5dd93177c88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Chris Brendel <cdbrendel@gmail.com>
pkgname=python-spacy
-pkgver=2.3.4
+pkgver=2.3.5
pkgrel=1
pkgdesc="Free open-source library for Natural Language Processing in Python"
arch=(i686 x86_64 armv7h aarch64)
@@ -25,8 +25,8 @@ depends=(
python-wasabi
)
makedepends=(python-wheel cython)
-source=("https://files.pythonhosted.org/packages/73/df/868cb5a40d8649b057594425fe67bffdc732213e6e2fe2ad8ccd2707a918/spacy-2.3.4.tar.gz")
-sha256sums=('a5c8805759114aac3a1db1b20f42af1124da5315be903ccb4c472cc8452393fb')
+source=("https://files.pythonhosted.org/packages/45/71/507b8dbbe3ee6f93c0356c3e5e902e0f598c02d919ad3116e16559eb011f/spacy-2.3.5.tar.gz")
+sha256sums=('315278ab60094643baecd866017c7d4cbd966efd2d517ad0e6c888edf7fa5aef')
build() {