summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-01-22 11:13:48 +0100
committerPhilip Goto2020-01-22 11:13:48 +0100
commitd4d0431769b0f84321ab3ecf5e87f0e697b3e6c5 (patch)
tree4e0d263dcc31e86408275a10c0386b7450e55bc9
parent17fcd08474a215e4598f13d4b04183bf72c8f133 (diff)
downloadaur-d4d0431769b0f84321ab3ecf5e87f0e697b3e6c5.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 5e4ecc41a27e..9f10fb4ca541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-spacy-nl_core_news_sm
pkgdesc = Dutch multi-task CNN trained on the Universal Dependencies and WikiNER corpus for spaCy
- pkgver = 2.1.0
+ pkgver = 2.2.5
pkgrel = 2
url = https://spacy.io/models/nl#section-nl_core_news_sm
arch = any
license = CCPL
makedepends = python-setuptools
- source = https://github.com/explosion/spacy-models/releases/download/nl_core_news_sm-2.1.0/nl_core_news_sm-2.1.0.tar.gz
- sha256sums = 7e0cb3d41940b17359b8feef9c74aa5d6570c4c4a35abe1708d9e97ce5b19e7b
+ depends = python-spacy
+ source = https://github.com/explosion/spacy-models/releases/download/nl_core_news_sm-2.2.5/nl_core_news_sm-2.2.5.tar.gz
+ sha256sums = 2d4a0bbe199b46e7349b58d48cc436f6fcfd0c77984e2fe07add09695c6c6298
pkgname = python-spacy-nl_core_news_sm
diff --git a/PKGBUILD b/PKGBUILD
index db9d2c24fe0c..9ef5484ce5a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-nl_core_news_sm
-pkgver=2.1.0
+pkgver=2.2.5
pkgrel=2
pkgdesc="Dutch multi-task CNN trained on the Universal Dependencies and WikiNER corpus for spaCy"
url="https://spacy.io/models/nl#section-nl_core_news_sm"
+depends=('python-spacy')
makedepends=('python-setuptools')
license=('CCPL')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/nl_core_news_sm-${pkgver}/nl_core_news_sm-${pkgver}.tar.gz")
-sha256sums=('7e0cb3d41940b17359b8feef9c74aa5d6570c4c4a35abe1708d9e97ce5b19e7b')
+sha256sums=('2d4a0bbe199b46e7349b58d48cc436f6fcfd0c77984e2fe07add09695c6c6298')
build(){
cd nl_core_news_sm-${pkgver}