summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-03-18 11:07:18 +0100
committerPhilip Goto2021-03-18 11:07:18 +0100
commitd2ebec2751e473ff5c5203d8f28a58f362b5add9 (patch)
tree0565a5196d675c8664bcb56eaf299701e601cc03
parent227851d4f229ae79f07ea4125f35312c17caf47f (diff)
downloadaur-d2ebec2751e473ff5c5203d8f28a58f362b5add9.tar.gz
Update to 3.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa8d2908623f..c199dc9ca03f 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.4
+ pkgver = 3.0.5
pkgrel = 1
url = https://spacy.io/
arch = i686
@@ -26,8 +26,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.4.tar.gz
- sha256sums = 9c995dac3e9f8812499b8a390725e9a376206071357a3adb156f87377071707d
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.0.5.tar.gz
+ sha256sums = 9f7a09fbad53aac2a3cb7696a902de62b94575a15d249dd5e26a98049328060e
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index de4cb6af1c3f..bcbe2438b84a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.0.4
+pkgver=3.0.5
pkgrel=1
pkgdesc="Free open-source library for Natural Language Processing in Python"
arch=(i686 x86_64 armv7h aarch64)
@@ -29,7 +29,7 @@ depends=(
)
makedepends=(python-wheel cython)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('9c995dac3e9f8812499b8a390725e9a376206071357a3adb156f87377071707d')
+sha256sums=('9f7a09fbad53aac2a3cb7696a902de62b94575a15d249dd5e26a98049328060e')
build() {