summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-11-08 14:35:08 +0100
committerPhilip Goto2021-11-08 14:35:08 +0100
commit3576c2c9326a449b33c017c87fbb7db8a48835ac (patch)
treea7b90f3ffe232b9bcb65d9df4243682b65f75e3e /PKGBUILD
parentabc02b0201cbfd3b3cf006c927e23d92062d43a1 (diff)
downloadaur-3576c2c9326a449b33c017c87fbb7db8a48835ac.tar.gz
Update to 8.0.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be32d303c4c3..2ca9f08d4474 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.12
+pkgver=8.0.13
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=('527c220b6a8f531521b49dc064aa645dc590c6bbc6234849fbee1abdb2378ebe')
+sha256sums=('47662a3ae33d445a77b6ea7b772444805c7bba8991f122e350daf72dedc8171a')
build() {
cd "thinc-${pkgver}"