summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLumaku2021-05-04 00:38:00 +0200
committerLumaku2021-05-04 00:38:00 +0200
commitbc6d5446f710a05e72361602b4227d46d9f913bb (patch)
tree4c02176fed0cb7556d3ee4b9413064d8806924b5
parentdda025059be515db9d8787df0188347837735439 (diff)
downloadaur-bc6d5446f710a05e72361602b4227d46d9f913bb.tar.gz
Update 2021-05-04
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99fc1044da34..2145db2b061d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-espnet-tts-frontend-git
makedepends = git
makedepends = python-setuptools
depends = python>=3.7
+ depends = python-unidecode
provides = python-espnet-tts-frontend
conflicts = python-espnet-tts-frontend
conflicts = python-espnet-tts-frontend-git
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}")