summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-10-09 21:43:17 +0200
committerPhilip Goto2020-10-09 21:43:17 +0200
commit58e4e47c993ad1920d1309b4c4dbb9c448bee602 (patch)
tree8088fb739b1775f6722b0cae0bd00292502b9ede
parente5b749eff6e32d6a7e55a212f7d43f1e90c664eb (diff)
downloadaur-58e4e47c993ad1920d1309b4c4dbb9c448bee602.tar.gz
Update to 2.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca02f20d7d69..c25e1ced6c8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-spacy-es_core_news_sm
pkgdesc = Spanish multi-task CNN trained on the AnCora and WikiNER corpus for spaCy
- pkgver = 2.2.5
- pkgrel = 2
+ pkgver = 2.3.1
+ pkgrel = 1
url = https://spacy.io/models/es#section-es_core_news_sm
arch = any
license = GPL
makedepends = python-setuptools
depends = python-spacy
- source = https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-2.2.5/es_core_news_sm-2.2.5.tar.gz
- sha256sums = d1bd75f7c0dcf2b6107d9aaae367a3f94dd7671ea0529e64727b15155ebf19a6
+ source = https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-2.3.1/es_core_news_sm-2.3.1.tar.gz
+ sha256sums = 793275be8143592e54abe6e08c4099437bf137e6c158694698ca8468e393737d
pkgname = python-spacy-es_core_news_sm
diff --git a/PKGBUILD b/PKGBUILD
index b2ac21012505..57147e243f11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-es_core_news_sm
-pkgver=2.2.5
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="Spanish multi-task CNN trained on the AnCora and WikiNER corpus for spaCy"
url="https://spacy.io/models/es#section-es_core_news_sm"
depends=('python-spacy')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('GPL')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-${pkgver}/es_core_news_sm-${pkgver}.tar.gz")
-sha256sums=('d1bd75f7c0dcf2b6107d9aaae367a3f94dd7671ea0529e64727b15155ebf19a6')
+sha256sums=('793275be8143592e54abe6e08c4099437bf137e6c158694698ca8468e393737d')
build() {
cd es_core_news_sm-${pkgver}