summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67e76c256de8..03b2d1c3b3ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=python-spacy-xx_ent_wiki_sm
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc='Multi-lingual pretrained model for spaCy (small)'
+arch=(any)
url='https://spacy.io/models/xx#section-xx_ent_wiki_sm'
+license=(CCPL)
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=('f2a10032fdda059c9a3442e247268def539f9f3db1cd6417dad10bb2eda16a0e')
+b2sums=('5a24927c2d5c45990de78c88ab75fcb73f7d380445a33ee32283c4cf81303b61e4810e960b2dced5601eeffa9d5eb593ba02f14ee0ac9e0d26081c53a082a782')
build() {
cd xx_ent_wiki_sm-${pkgver}