summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-10-09 21:35:47 +0200
committerPhilip Goto2020-10-09 21:35:47 +0200
commite4c3d895585d0a0438b9a68a336501817ae7bf63 (patch)
treedd404a0c896b95c6414ad5843e163b9f02904603 /PKGBUILD
parent3c31e7bdc4d256a5cb439e2df60658bc9dee1922 (diff)
downloadaur-e4c3d895585d0a0438b9a68a336501817ae7bf63.tar.gz
Update to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dac1b37b7000..d7473163a43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-en_core_web_sm
-pkgver=2.2.5
+pkgver=2.3.1
pkgrel=1
pkgdesc="English multi-task CNN trained on OntoNotes, with GloVe vectors trained on Common Crawl for spaCy"
url="https://spacy.io/models/en#section-en_core_web_sm"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-${pkgver}/en_core_web_sm-${pkgver}.tar.gz")
-sha256sums=('60b69065c97fd2e4972c33300205e1dead3501d2e0bfd6a182c3a033e337caee')
+sha256sums=('06c80936324012d1223291d2af41a5229e746dc2dee8fe31a532666ee3d18aaa')
build() {
cd en_core_web_sm-${pkgver}