summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-09-22 13:47:17 +0200
committerJ. Nathanael Philipp2023-09-22 13:47:17 +0200
commit4b4d9b5538f026cae5d2ccebac7e06d211760db1 (patch)
tree4df75f2284cc0ca8c30446600061fe859034f1f4 /PKGBUILD
parent082279a336a813688f28a33cd544a8111381d962 (diff)
downloadaur-4b4d9b5538f026cae5d2ccebac7e06d211760db1.tar.gz
Version 8.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3711e31a80b..65e2fe16e989 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-thinc
_pkg="${pkgname#python-}"
-pkgver=8.2.0
+pkgver=8.2.1
pkgrel=1
pkgdesc='Practical Machine Learning for NLP'
arch=('x86_64' 'aarch64')
@@ -26,7 +26,7 @@ depends=(
'python-wasabi')
makedepends=('cython' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/t/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('82ca1e7831e354d74c6776ed87dbd73f4aad59ed258c8746cbe868688186fc49')
+sha256sums=('cd7fdb3d883a15e6906254e7fb0162f69878e9ccdd1f8519db6ffbfe46bf6f49')
build() {
cd "$_pkg-$pkgver"