summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2020-01-22 11:15:42 +0100
committerPhilip Goto2020-01-22 11:15:42 +0100
commit0a7971d2f7b592efef74ee3262ed106cba8f3357 (patch)
tree54e783fa66217ae2f8fd09d6de8bf4bcb1b53f8f /PKGBUILD
parentdd460f5b0d7ea2d36e8a9cb5d27d0daf96ea4879 (diff)
downloadaur-0a7971d2f7b592efef74ee3262ed106cba8f3357.tar.gz
Update to 2.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79da5cf797d3..aab8ce0727f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-xx_ent_wiki_sm
-pkgver=2.1.0
+pkgver=2.2.0
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"
+depends=('python-spacy')
makedepends=('python-setuptools')
license=('CCPL')
arch=(any)
source=("https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-${pkgver}/xx_ent_wiki_sm-${pkgver}.tar.gz")
-sha256sums=('c4ddb14377ec86581e59b1f1ee18740c3f08a45f90ac374875f4372c79d74ea7')
+sha256sums=('4b43fff832b3e690f1ba37ace5d57d40100e725d1a3771bd4851aa5643b33c5a')
build() {
cd xx_ent_wiki_sm-${pkgver}