summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e218f30b4539..541dd9148da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc='A tools collection of text frontend for ESPnet tts recipes'
arch=('any')
url='https://github.com/espnet/espnet_tts_frontend'
license=('Apache 2.0')
-depends=('python>=3.7' )
+depends=('python>=3.7' 'python-unidecode')
makedepends=('git' 'python-setuptools')
provides=('python-espnet-tts-frontend')
conflicts=("python-espnet-tts-frontend" "${pkgname}")