diff options
author | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-07 23:51:53 +0100 |
---|---|---|
committer | Pawel "l0ner" Soltys <pwslts@gmail.com> | 2012-02-07 23:52:02 +0100 |
commit | 7f8325c4460975a6b13dd9beedb85ca5720ac20c (patch) | |
tree | 88a43aae393ab1f58eb482a671b151cf07796574 /arch/3.5.13/trinity-extras | |
parent | 3e800b870e41876b5e90e3df6dd46ad56353066f (diff) | |
download | tde-packaging-7f8325c4460975a6b13dd9beedb85ca5720ac20c.tar.gz tde-packaging-7f8325c4460975a6b13dd9beedb85ca5720ac20c.zip |
kdeaccessibility: fixed typo
Diffstat (limited to 'arch/3.5.13/trinity-extras')
-rw-r--r-- | arch/3.5.13/trinity-extras/trinity-kdeaccessibility/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/3.5.13/trinity-extras/trinity-kdeaccessibility/PKGBUILD b/arch/3.5.13/trinity-extras/trinity-kdeaccessibility/PKGBUILD index e6b0c46ae..8f6dea25a 100644 --- a/arch/3.5.13/trinity-extras/trinity-kdeaccessibility/PKGBUILD +++ b/arch/3.5.13/trinity-extras/trinity-kdeaccessibility/PKGBUILD @@ -11,11 +11,11 @@ groups=('trinity-extras') pkgdesc="Trinity accessibility tools" depends=('trinity-kdebase') makedepends=('pkgconfig' 'autoconf' 'automake') -optdeps=('festival: speech synthesis' - 'epos: text to speech synthesis' - 'flite: lighweght version of festival' - 'mbrola: speech synthesis' - 'txt2pho: frontend for mbrola') +optdepends=('festival: speech synthesis' + 'epos: text to speech synthesis' + 'flite: lighweght version of festival' + 'mbrola: speech synthesis' + 'txt2pho: frontend for mbrola') options=('libtool' '!strip') source=(http://mirror.ets.kth.se/trinity/releases/3.5.13/kdeaccessibility-3.5.13.tar.gz) md5sums=('ce31b01c1831046fb28aab172f2423bf') |