summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92eba51a7557..3a3705f99fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -18,7 +18,7 @@ pkgbase = foliate
optdepends = hyphen-en: Hyphenation rules for English; you may choose package for your language
optdepends = dictd: Offline dictionary support
optdepends = festival: Text-to-speech support; also voice package needed
- optdepends = espeak-hg: Text-to-speech support; also voice package needed
+ optdepends = espeak-ng: Text-to-speech support; also voice package needed
provides = foliate
conflicts = foliate-git
source = foliate::git+https://github.com/johnfactotum/foliate.git
diff --git a/PKGBUILD b/PKGBUILD
index 134209b2f4bc..bbad81699f7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ optdepends=('hyphen: Auto-hyphenation support'
'hyphen-en: Hyphenation rules for English; you may choose package for your language'
'dictd: Offline dictionary support'
'festival: Text-to-speech support; also voice package needed'
- 'espeak-hg: Text-to-speech support; also voice package needed')
+ 'espeak-ng: Text-to-speech support; also voice package needed')
#source=(https://github.com/johnfactotum/${pkgname}/archive/${pkgver}.tar.gz)
source=($pkgname::git+https://github.com/johnfactotum/$pkgname.git)
provides=($pkgname)