summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2022-03-14 12:29:34 +0100
committerPhilip Goto2022-03-14 12:29:34 +0100
commit5e98c53f4a6b1f98e0e17581dd6f20b543730bfb (patch)
treecc1e67218fb9c684aedc548b61585d8303162477 /PKGBUILD
parent3576c2c9326a449b33c017c87fbb7db8a48835ac (diff)
downloadaur-5e98c53f4a6b1f98e0e17581dd6f20b543730bfb.tar.gz
Update to 8.0.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ca9f08d4474..52200e328ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.13
+pkgver=8.0.14
pkgrel=1
pkgdesc='Practical Machine Learning for NLP'
arch=(x86_64 aarch64)
@@ -28,7 +28,7 @@ depends=(
)
makedepends=(python-setuptools cython)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('47662a3ae33d445a77b6ea7b772444805c7bba8991f122e350daf72dedc8171a')
+b2sums=('7425a51657a39cca1a4d141ed37cde4360be11e465bcaa64d83b7597e93adfc2439fb83bde3828dcf3f027c72512c903746216ea5217733435161c87c7c3a635')
build() {
cd "thinc-${pkgver}"