summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2022-05-19 17:47:11 +0200
committerPhilip Goto2022-05-19 17:47:11 +0200
commit1b07f33898e64acd3bfdeceeafd7a7e6c9982d77 (patch)
tree62bd94aa974f0f22c235750e5a8542f5512940b4 /PKGBUILD
parent6e8b185471783db1ff155da6c44b2347b09314b3 (diff)
downloadaur-1b07f33898e64acd3bfdeceeafd7a7e6c9982d77.tar.gz
Update to 8.0.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e5321d085749..e60c66a9236c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.15
-pkgrel=2
+pkgver=8.0.16
+pkgrel=1
pkgdesc='Practical Machine Learning for NLP'
arch=(x86_64 aarch64)
url='https://github.com/explosion/thinc'
@@ -27,7 +27,7 @@ depends=(
)
makedepends=(python-setuptools cython)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-b2sums=('47d456d58d8667c38927837203a22f07768a09e3a2e930c59af7a0efb1f469fc9bb9a2b9d463cceb201f686a4a481ad22552450ffaff6c6136b7843a8ab381ee')
+b2sums=('edee5e238be38054d75e0eb12d4461812243afd3d5eb4744b998476feff58ea8edf2ef1de8a70254e522949db07d87c9b00368d60946db35e4a342a8318aa313')
build() {
cd "thinc-${pkgver}"