summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-02-16 10:50:15 +0100
committerPhilip Goto2021-02-16 10:50:15 +0100
commit613a3edb2daa786c5518637a9ed60895cee204c6 (patch)
tree8cd4a7e1b752a07117b4d3b1e26462600854b35b
parent661040e2c17939f062819084d63c3c67396a2b46 (diff)
downloadaur-613a3edb2daa786c5518637a9ed60895cee204c6.tar.gz
Update to 3.0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f63712aabfd..491a88f94516 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.0.1
+ pkgver = 3.0.3
pkgrel = 1
url = https://spacy.io/
arch = i686
@@ -25,8 +25,8 @@ pkgbase = python-spacy
depends = python-typer
depends = python-ujson
depends = python-wasabi
- source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.0.1.tar.gz
- sha256sums = 34b73fba73e09328bd2917651a46c989e44e981ef25fe18274d1482749331522
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.0.3.tar.gz
+ sha256sums = a8204780c5f3ab4afc75e6345ee173c67d928beab81fa887895f5dc94cb670ab
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 4cab08f6acb3..91200924979d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.0.1
+pkgver=3.0.3
pkgrel=1
pkgdesc="Free open-source library for Natural Language Processing in Python"
arch=(i686 x86_64 armv7h aarch64)
@@ -28,7 +28,7 @@ depends=(
)
makedepends=(python-wheel cython)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('34b73fba73e09328bd2917651a46c989e44e981ef25fe18274d1482749331522')
+sha256sums=('a8204780c5f3ab4afc75e6345ee173c67d928beab81fa887895f5dc94cb670ab')
build() {