summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-10-17 08:19:10 +0200
committerJ. Nathanael Philipp2023-10-17 08:19:10 +0200
commit5d894a953dd6a289f14aeaf7c92f457207be45f3 (patch)
tree02f78de70d3654cb6d532e73f348197a7a2ea92f /PKGBUILD
parent742d3421e216845aa971d3e0e90d2282a57d36a5 (diff)
downloadaur-5d894a953dd6a289f14aeaf7c92f457207be45f3.tar.gz
Version 3.7.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 837949b639b6..759b0f3e6a25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spacy
_pkg="${pkgname#python-}"
-pkgver=3.7.1
+pkgver=3.7.2
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=('x86_64' 'aarch64')
@@ -18,7 +18,6 @@ depends=(
'python-langcodes'
'python-murmurhash'
'python-numpy'
- 'python-pathy'
'python-preshed'
'python-pydantic'
'python-requests'
@@ -37,7 +36,7 @@ makedepends=(
'python-setuptools'
'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('5c6b727194d676f642534353d129d4f110c9cbf533268c230a333a4f92a5a185')
+sha256sums=('cedf4927bf0d3fec773a6ce48d5d2c91bdb02fed3c7d5ec07bdb873f1126f1a0')
prepare() {
cd "$_pkg-$pkgver"