summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2020-11-13 15:10:33 +0100
committerPhilip Goto2020-11-13 15:10:33 +0100
commita801463c18568f1bacb70b44e6365ad2080af014 (patch)
tree33f5bf437ab62660438e79fbffa9d082efa542a4
parentb411a0a415f0018974af52e5d2bccd06e53fd4de (diff)
downloadaur-a801463c18568f1bacb70b44e6365ad2080af014.tar.gz
Update to 7.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e6a5c299b52..83140202cbd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-thinc
pkgdesc = Practical Machine Learning for NLP
- pkgver = 7.4.1
+ pkgver = 7.4.2
pkgrel = 1
url = https://github.com/explosion/thinc
arch = i686
@@ -25,8 +25,8 @@ pkgbase = python-thinc
depends = python-srsly
depends = python-tqdm
depends = python-wasabi
- source = https://files.pythonhosted.org/packages/17/5d/4343b3a79565af88ba2d53818d97995c3c239288f2565b826865f376d271/thinc-7.4.1.tar.gz
- sha256sums = 0139fa84dc9b8d88af15e648fc4ae13d899b8b5e49cb26a8f4a0604ee9ad8a9e
+ source = https://files.pythonhosted.org/packages/74/bc/ed9f5688f84435d1c1c4fe554ff1f84d634c6cf1c32b6e72e76e63c5c133/thinc-7.4.2.tar.gz
+ sha256sums = 772f1a27b9b31e51003d1d2a7476cc49cc81044dd87088112237f93bd2091f0b
pkgname = python-thinc
diff --git a/PKGBUILD b/PKGBUILD
index dd5cdffb9cf8..b7be079003a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Chris Brendel <cdbrendel@gmail.com>
pkgname=python-thinc
-pkgver=7.4.1
+pkgver=7.4.2
pkgrel=1
pkgdesc="Practical Machine Learning for NLP"
arch=(i686 x86_64 armv7h aarch64)
@@ -26,8 +26,8 @@ depends=(
python-wasabi
)
makedepends=(python-setuptools cython)
-source=("https://files.pythonhosted.org/packages/17/5d/4343b3a79565af88ba2d53818d97995c3c239288f2565b826865f376d271/thinc-7.4.1.tar.gz")
-sha256sums=('0139fa84dc9b8d88af15e648fc4ae13d899b8b5e49cb26a8f4a0604ee9ad8a9e')
+source=("https://files.pythonhosted.org/packages/74/bc/ed9f5688f84435d1c1c4fe554ff1f84d634c6cf1c32b6e72e76e63c5c133/thinc-7.4.2.tar.gz")
+sha256sums=('772f1a27b9b31e51003d1d2a7476cc49cc81044dd87088112237f93bd2091f0b')
build(){