summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-01-22 11:12:24 +0100
committerPhilip Goto2020-01-22 11:12:24 +0100
commite5b749eff6e32d6a7e55a212f7d43f1e90c664eb (patch)
treea6130f23059946f7c250a445c41b132dac6a2e5d
parent9b617d0e27090f5623325b87e14bf913e5385dfc (diff)
downloadaur-e5b749eff6e32d6a7e55a212f7d43f1e90c664eb.tar.gz
Update to 2.2.5
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b07bb1f7f610..ca02f20d7d69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +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.1.0
+ pkgver = 2.2.5
pkgrel = 2
url = https://spacy.io/models/es#section-es_core_news_sm
arch = any
license = GPL
makedepends = python-setuptools
- source = https://github.com/explosion/spacy-models/releases/download/es_core_news_sm-2.1.0/es_core_news_sm-2.1.0.tar.gz
- sha256sums = b021b1f5e3c1c296534b8dc1a1527293705e76b9b8611a9506095cfcc2f2beea
+ 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
pkgname = python-spacy-es_core_news_sm
diff --git a/PKGBUILD b/PKGBUILD
index 4768530d2f9e..b2ac21012505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-es_core_news_sm
-pkgver=2.1.0
+pkgver=2.2.5
pkgrel=2
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')
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=('b021b1f5e3c1c296534b8dc1a1527293705e76b9b8611a9506095cfcc2f2beea')
+sha256sums=('d1bd75f7c0dcf2b6107d9aaae367a3f94dd7671ea0529e64727b15155ebf19a6')
build() {
cd es_core_news_sm-${pkgver}