summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-06-18 15:54:24 +0200
committerPhilip Goto2021-06-18 15:54:24 +0200
commit7e2632c3b8c958f5d460895b9060d1775db8f046 (patch)
tree949e64547c9770550238cca62a2679c932766973 /PKGBUILD
parent0782a8f962f94603727705cc0a37460cc9a3fedc (diff)
downloadaur-7e2632c3b8c958f5d460895b9060d1775db8f046.tar.gz
Update to 8.0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58cf69b44ed6..9be1fd5d14f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.4
+pkgver=8.0.5
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=('32016a5be62a2c4b5f86954ae30f8da78bacaa5966ea3ce56886cf9d7c7dcbe6')
+sha256sums=('f23ace11ba990bb03c8f9667f1f8fb387d1ef9d41e803542e54c5bb209274cc4')
build() {
cd "thinc-${pkgver}"