summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0cb3fb57fdb1..2c607eda50f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-spacy-xx_ent_wiki_sm
pkgdesc = Multi-lingual pretrained model for spaCy (small)
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://spacy.io/models/xx#section-xx_ent_wiki_sm
arch = any
license = CCPL
makedepends = python-setuptools
depends = python-spacy
- source = https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-3.1.0/xx_ent_wiki_sm-3.1.0.tar.gz
- sha256sums = f2a10032fdda059c9a3442e247268def539f9f3db1cd6417dad10bb2eda16a0e
+ source = https://github.com/explosion/spacy-models/releases/download/xx_ent_wiki_sm-3.2.0/xx_ent_wiki_sm-3.2.0.tar.gz
+ b2sums = 5a24927c2d5c45990de78c88ab75fcb73f7d380445a33ee32283c4cf81303b61e4810e960b2dced5601eeffa9d5eb593ba02f14ee0ac9e0d26081c53a082a782
pkgname = python-spacy-xx_ent_wiki_sm
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}