summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. Nathanael Philipp2023-09-13 09:56:03 +0200
committerJ. Nathanael Philipp2023-09-13 09:56:03 +0200
commitf15b02380d5791917596f6c7958e3fa6a1f24ca9 (patch)
tree680cbc9b419d3bc2d46afd3a1b7bbe17089650ef
parentd763ccc397cf0f22a28f94ad480a2de368979049 (diff)
downloadaur-f15b02380d5791917596f6c7958e3fa6a1f24ca9.tar.gz
Fix deps.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e57ece614d32..c0ea931e45f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spacy
pkgdesc = Free open-source library for Natural Language Processing in Python
pkgver = 3.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/explosion/spacy
arch = x86_64
arch = aarch64
@@ -21,7 +21,7 @@ pkgbase = python-spacy
depends = python-preshed
depends = python-pydantic
depends = python-requests
- depends = python-smart-open
+ depends = python-smart_open
depends = python-srsly
depends = python-thinc
depends = python-tqdm
diff --git a/PKGBUILD b/PKGBUILD
index 15951f31794d..6dd6eda9c49e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=python-spacy
_pkg="${pkgname#python-}"
pkgver=3.6.1
-pkgrel=1
+pkgrel=2
pkgdesc='Free open-source library for Natural Language Processing in Python'
arch=('x86_64' 'aarch64')
url='https://github.com/explosion/spacy'
@@ -22,7 +22,7 @@ depends=(
'python-preshed'
'python-pydantic'
'python-requests'
- 'python-smart-open'
+ 'python-smart_open'
'python-srsly'
'python-thinc'
'python-tqdm'