summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2019-03-27 13:03:05 +0100
committerPhilip Goto2019-03-27 13:03:05 +0100
commit17fcd08474a215e4598f13d4b04183bf72c8f133 (patch)
tree3b15ce86e2bd0405b0970a2ee7c5e9d759cb8ab2 /PKGBUILD
parent88e80f65a2e5bd79dfab857a46408273914c7586 (diff)
downloadaur-17fcd08474a215e4598f13d4b04183bf72c8f133.tar.gz
Update to 2.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb366e11163a..db9d2c24fe0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-nl_core_news_sm
-pkgver=2.1.0a7
+pkgver=2.1.0
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"
@@ -9,7 +9,7 @@ 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=('0ef11af5cac084f5d5110bf163e1f6ddb3575fd1e6ff64aee4e09140dbf7e1ea')
+sha256sums=('7e0cb3d41940b17359b8feef9c74aa5d6570c4c4a35abe1708d9e97ce5b19e7b')
build(){
cd nl_core_news_sm-${pkgver}