summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2023-12-27 18:37:36 +0100
committerAlphaJack2023-12-27 18:37:36 +0100
commitc9346dfe1e05f10e037521a195fb7a885068a132 (patch)
treeb9906e5daf4e8a78909d895b3154556c99ff9aa8
parent7b550ef229354534341c085c9320b692d86cebac (diff)
downloadaur-c9346dfe1e05f10e037521a195fb7a885068a132.tar.gz
Replaced cython with cython0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9d0dc86cbb5..5539c29cc062 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-tts
pkgdesc = Coqui deep learning toolkit for Text-to-Speech, battle-tested in research and production
pkgver = 0.22.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/coqui-ai/TTS
arch = any
license = MPL2
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
- depends = cython
+ depends = cython0
depends = python
depends = python-numpy
depends = python-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 842686007122..ac33356c5449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname="python-tts"
pkgver=0.22.0
-pkgrel=1
+pkgrel=2
pkgdesc="Coqui deep learning toolkit for Text-to-Speech, battle-tested in research and production"
url="https://github.com/coqui-ai/TTS"
license=("MPL2")
arch=("any")
provides=("tts" "python-tts")
conflicts=("python-tts")
-depends=("cython"
+depends=("cython0"
"python"
"python-numpy"
"python-scipy"