summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-06-28 18:48:37 +0200
committerJ. Nathanael Philipp2023-06-28 18:48:37 +0200
commit080bee013f23a9ce98e60d7a0168ff458cec2432 (patch)
treefd48e6fbebb1dac25108e88ab73b0849199aa974
parentd6066383a66b5819d872bf7c7a7da06b8995cd4f (diff)
downloadaur-080bee013f23a9ce98e60d7a0168ff458cec2432.tar.gz
Version 3.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d9137b1838d..f0b1537006f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spacy
pkgdesc = Free open-source library for Natural Language Processing in Python
- pkgver = 3.5.3
+ pkgver = 3.5.4
pkgrel = 1
url = https://github.com/explosion/spacy
arch = x86_64
@@ -27,7 +27,7 @@ pkgbase = python-spacy
depends = python-typer
depends = python-ujson
depends = python-wasabi
- source = python-spacy-3.5.3.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.5.3.tar.gz
- sha256sums = 35971d6721576538d6c423c66a09ce00bf66e10e40726a57b7a81993180c248c
+ source = python-spacy-3.5.4.tar.gz::https://files.pythonhosted.org/packages/source/s/spacy/spacy-3.5.4.tar.gz
+ sha256sums = 9a9c167e9dcebfefacc75dac34a8e72becbe348eb45bbf06a6c0523ae05ac425
pkgname = python-spacy
diff --git a/PKGBUILD b/PKGBUILD
index 24979fbdee77..94c27d2ef8b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python-spacy
_pkg="${pkgname#python-}"
-pkgver=3.5.3
+pkgver=3.5.4
pkgrel=1
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=('x86_64' 'aarch64')
@@ -35,7 +35,7 @@ makedepends=(
'python-setuptools'
'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/s/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('35971d6721576538d6c423c66a09ce00bf66e10e40726a57b7a81993180c248c')
+sha256sums=('9a9c167e9dcebfefacc75dac34a8e72becbe348eb45bbf06a6c0523ae05ac425')
prepare() {
cd "$_pkg-$pkgver"