summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-07-28 12:27:28 +0200
committerPhilip Goto2021-07-28 12:27:28 +0200
commitaf46c9de3022def28bba28d953f5c0269396f8f7 (patch)
tree6c420657f164aa3719c19fea98a3191b4e797970 /PKGBUILD
parent240520a2cc767bd36a9bc4c0ce11d5f3a135aca6 (diff)
downloadaur-af46c9de3022def28bba28d953f5c0269396f8f7.tar.gz
Update to 8.0.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 450602f1dbb7..8896ebafc4a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.7
+pkgver=8.0.8
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=('7c4382f22a5a3864b88cafe6e64f7a69f64b32147575b5f1e6f2211a8adb11f9')
+sha256sums=('cf2abbd99c56f21b8804f31f995460515d95a5c5988be39e0964469e0070987b')
build() {
cd "thinc-${pkgver}"