summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlphaJack2023-12-27 18:37:36 +0100
committerAlphaJack2023-12-27 18:37:36 +0100
commitc9346dfe1e05f10e037521a195fb7a885068a132 (patch)
treeb9906e5daf4e8a78909d895b3154556c99ff9aa8 /PKGBUILD
parent7b550ef229354534341c085c9320b692d86cebac (diff)
downloadaur-python-tts.tar.gz
Replaced cython with cython0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"