summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-03-27 13:03:21 +0100
committerPhilip Goto2019-03-27 13:03:21 +0100
commitdd460f5b0d7ea2d36e8a9cb5d27d0daf96ea4879 (patch)
tree3a13fd77afb561b3807d71d9b53969181d6e795a
parentb746ff392b5e9c38a3d5fe84ea79300312e0675e (diff)
downloadaur-dd460f5b0d7ea2d36e8a9cb5d27d0daf96ea4879.tar.gz
Update to 2.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82dc37235ceb..8db009011858 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-spacy-xx_ent_wiki_sm
pkgdesc = Multi-lingual CNN trained on Nothman et al. (2013) Wikipedia corpus for spaCy
- pkgver = 2.1.0a7
+ pkgver = 2.1.0
pkgrel = 2
url = https://spacy.io/models/xx#section-xx_ent_wiki_sm
arch = any
license = CCPL
makedepends = python-setuptools
- source = https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-2.1.0a7/xx_ent_wiki_sm-2.1.0a7.tar.gz
- sha256sums = 1d07e7a7acbc1750c680c687725eabc836f094b8eeaf1a1b7c7901d5e4b67fdc
+ source = https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-2.1.0/xx_ent_wiki_sm-2.1.0.tar.gz
+ sha256sums = c4ddb14377ec86581e59b1f1ee18740c3f08a45f90ac374875f4372c79d74ea7
pkgname = python-spacy-xx_ent_wiki_sm
diff --git a/PKGBUILD b/PKGBUILD
index 9e2727534dcf..79da5cf797d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-xx_ent_wiki_sm
-pkgver=2.1.0a7
+pkgver=2.1.0
pkgrel=2
pkgdesc="Multi-lingual CNN trained on Nothman et al. (2013) Wikipedia corpus for spaCy"
url="https://spacy.io/models/xx#section-xx_ent_wiki_sm"
@@ -9,7 +9,7 @@ makedepends=('python-setuptools')
license=('CCPL')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-${pkgver}/xx_ent_wiki_sm-${pkgver}.tar.gz")
-sha256sums=('1d07e7a7acbc1750c680c687725eabc836f094b8eeaf1a1b7c7901d5e4b67fdc')
+sha256sums=('c4ddb14377ec86581e59b1f1ee18740c3f08a45f90ac374875f4372c79d74ea7')
build() {
cd xx_ent_wiki_sm-${pkgver}