summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-09-12 12:11:16 -0500
committerLuis Martinez2022-09-12 12:11:16 -0500
commit803a9c17396fab80730ffe8f9a4b52f2fa044aec (patch)
tree5114ea11eb0c707be673d7b5a5245d9c4ffa09fb /PKGBUILD
parent5c0da86e4080384fd5ac385e47ebd28f2b90ba28 (diff)
downloadaur-803a9c17396fab80730ffe8f9a4b52f2fa044aec.tar.gz
update to 8.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7390d3539646..1c9ffa902ee8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=python-thinc
_pkg="${pkgname#python-}"
-pkgver=8.1.0
-pkgrel=2
+pkgver=8.1.1
+pkgrel=1
pkgdesc='Practical Machine Learning for NLP'
arch=('x86_64' 'aarch64')
url='https://github.com/explosion/thinc'
@@ -27,7 +27,7 @@ depends=(
makedepends=('cython' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
# checkdepends=('python-pytest' 'python-hypothesis' 'python-mock')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/t/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('eaaea91dc56c041516a829c460423a8aef5357001610c8d6395bce95d8254a0b')
+sha256sums=('9b90282984f3cbaac98e0367df1b1af9e4836231bc063dfad7242a9d0dd52bcd')
prepare() {
cd "$_pkg-$pkgver"