summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-07-08 16:50:49 +0200
committerPhilip Goto2021-07-08 16:50:49 +0200
commit40acf6ac9764e2943df5711ee2bbde581fc7cea7 (patch)
tree1745e82e3702023c2b572b6e94bdd67d11ee116b
parent9686df878865bb9dbff2fe7f1443c6383b7840e3 (diff)
downloadaur-40acf6ac9764e2943df5711ee2bbde581fc7cea7.tar.gz
Update to 3.1.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d491b8bda62..542fed54b6d9 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.6
+ pkgver = 3.1.0
pkgrel = 1
url = https://spacy.io/
arch = x86_64
@@ -25,8 +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.0.6.tar.gz
- sha256sums = 5628ab89f1f568099c880b12a9c37f4ece29ab89260660cfdf728c02711879c5
+ source = https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.1.0.tar.gz
+ sha256sums = e3705da42f99e63f02cee244364ad3ad4ace3fac5cf1151b72592755f8ffe3cc
pkgname = python-spacy
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f4e7ed29b63..ce32fb15df6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=spacy
pkgname=python-${_pkgname}
-pkgver=3.0.6
+pkgver=3.1.0
pkgrel=1
-pkgdesc="Free open-source library for Natural Language Processing in Python"
+pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=(x86_64 aarch64)
-url="https://spacy.io/"
+url='https://spacy.io/'
license=(MIT)
depends=(
python-catalogue
@@ -33,8 +33,7 @@ makedepends=(
cython
)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('5628ab89f1f568099c880b12a9c37f4ece29ab89260660cfdf728c02711879c5')
-
+sha256sums=('e3705da42f99e63f02cee244364ad3ad4ace3fac5cf1151b72592755f8ffe3cc')
build() {
cd "spacy-${pkgver}"