[arch-commits] Commit in espeak-ng/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Thu Mar 14 22:54:10 UTC 2019


    Date: Thursday, March 14, 2019 @ 22:54:10
  Author: polyzen
Revision: 441796

Build extended dictionary files

Fixes FS#61830

Modified:
  espeak-ng/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-14 22:07:20 UTC (rev 441795)
+++ PKGBUILD	2019-03-14 22:54:10 UTC (rev 441796)
@@ -2,7 +2,7 @@
 
 pkgname=espeak-ng
 pkgver=1.49.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Multi-lingual software speech synthesizer'
 url=https://github.com/espeak-ng/espeak-ng
 arch=('x86_64')
@@ -20,7 +20,7 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-extdict-{ru,zh,zhy}
   make src/espeak-ng src/speak-ng
   make -j1
 }



More information about the arch-commits mailing list