[arch-commits] Commit in qt5-speech/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Jan 23 11:05:47 UTC 2017


    Date: Monday, January 23, 2017 @ 11:05:46
  Author: arojas
Revision: 287185

Add missing dependency

Modified:
  qt5-speech/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-23 11:00:19 UTC (rev 287184)
+++ PKGBUILD	2017-01-23 11:05:46 UTC (rev 287185)
@@ -9,7 +9,7 @@
 url='http://qt-project.org/'
 license=(GPL3 LGPL3 FDL custom)
 pkgdesc='Qt module to make text to speech and speech recognition easy'
-depends=(qt5-base speech-dispatcher)
+depends=(qt5-multimedia speech-dispatcher)
 makedepends=(flite)
 optdepends=('flite: flite TTS backend')
 groups=(qt qt5)



More information about the arch-commits mailing list