summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47d9e368fb0..9152905ab047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-thinc
pkgdesc = Practical Machine Learning for NLP
- pkgver = 8.2.0
+ pkgver = 8.2.1
pkgrel = 1
url = https://github.com/explosion/thinc
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = python-thinc
depends = python-pydantic
depends = python-srsly
depends = python-wasabi
- source = python-thinc-8.2.0.tar.gz::https://files.pythonhosted.org/packages/source/t/thinc/thinc-8.2.0.tar.gz
- sha256sums = 82ca1e7831e354d74c6776ed87dbd73f4aad59ed258c8746cbe868688186fc49
+ source = python-thinc-8.2.1.tar.gz::https://files.pythonhosted.org/packages/source/t/thinc/thinc-8.2.1.tar.gz
+ sha256sums = cd7fdb3d883a15e6906254e7fb0162f69878e9ccdd1f8519db6ffbfe46bf6f49
pkgname = python-thinc
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"