summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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}