summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2021-06-15 12:44:20 +0200
committerPhilip Goto2021-06-15 12:44:20 +0200
commit0782a8f962f94603727705cc0a37460cc9a3fedc (patch)
treeb3acd40783ed0120e3b4bfb0bb7cc8da228e80f9 /PKGBUILD
parentf4b71909d76260e8e0e8e64d59d762335ed37d15 (diff)
downloadaur-0782a8f962f94603727705cc0a37460cc9a3fedc.tar.gz
Update to 8.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98785baa6693..58cf69b44ed6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=thinc
pkgname=python-${_pkgname}
-pkgver=8.0.3
+pkgver=8.0.4
pkgrel=1
-pkgdesc="Practical Machine Learning for NLP"
-arch=(i686 x86_64 armv7h aarch64)
-url="https://github.com/explosion/thinc"
+pkgdesc='Practical Machine Learning for NLP'
+arch=(x86_64 aarch64)
+url='https://github.com/explosion/thinc'
license=(MIT)
depends=(
python-blis
@@ -28,7 +28,7 @@ depends=(
)
makedepends=(python-setuptools cython)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('c370a7a46d01b588d8d5f99d8d5e36b3cbac4512638356fa430f7f52bb3a8897')
+sha256sums=('32016a5be62a2c4b5f86954ae30f8da78bacaa5966ea3ce56886cf9d7c7dcbe6')
build() {
cd "thinc-${pkgver}"