summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-03-09 22:50:33 +0100
committerPhilip Goto2019-03-09 22:50:33 +0100
commitb746ff392b5e9c38a3d5fe84ea79300312e0675e (patch)
tree4b444ce064cd51d1d5032a0f88cdf594b3459d45
parent2018cae42d5df5b64e500ed3aef62855a48ffca7 (diff)
downloadaur-b746ff392b5e9c38a3d5fe84ea79300312e0675e.tar.gz
Update description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5208a6056bd5..82dc37235ceb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spacy-xx_ent_wiki_sm
- pkgdesc = English multi-task CNN trained on OntoNotes, with GloVe vectors trained on Common Crawl for spaCy
+ pkgdesc = Multi-lingual CNN trained on Nothman et al. (2013) Wikipedia corpus for spaCy
pkgver = 2.1.0a7
- pkgrel = 1
+ pkgrel = 2
url = https://spacy.io/models/xx#section-xx_ent_wiki_sm
arch = any
license = CCPL
diff --git a/PKGBUILD b/PKGBUILD
index fe04410ecae8..9e2727534dcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=python-spacy-xx_ent_wiki_sm
pkgver=2.1.0a7
-pkgrel=1
-pkgdesc="English multi-task CNN trained on OntoNotes, with GloVe vectors trained on Common Crawl for spaCy"
+pkgrel=2
+pkgdesc="Multi-lingual CNN trained on Nothman et al. (2013) Wikipedia corpus for spaCy"
url="https://spacy.io/models/xx#section-xx_ent_wiki_sm"
makedepends=('python-setuptools')
license=('CCPL')