summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-09-08 11:56:31 +0200
committerPhilip Goto2021-09-08 11:56:31 +0200
commit6738cc80d954b53124337b3576cf9b05d78e9f52 (patch)
treede423e3925b98c1ee1d99df3d50ee4d0367d6012 /PKGBUILD
parent7d19c96b1aae652dd0fe01d1be8303a85c2b356f (diff)
downloadaur-6738cc80d954b53124337b3576cf9b05d78e9f52.tar.gz
Update to 8.0.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf02b5946a7d..f1f8bf135a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.9
+pkgver=8.0.10
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=('ec413f5a14d277ee354841c48bb0d5c3310868c797918058218387b0423ef1b2')
+sha256sums=('b5e4db8d24e6be8a5f1e4a17854772b79a2b560224519f50a21f3951ca24001f')
build() {
cd "thinc-${pkgver}"