diff options
Diffstat (limited to 'community/espeak')
-rw-r--r-- | community/espeak/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD index c322cfaee..a35be4c24 100644 --- a/community/espeak/PKGBUILD +++ b/community/espeak/PKGBUILD @@ -7,7 +7,7 @@ pkgname=espeak pkgver=1.46.02 pkgrel=2 pkgdesc="Text to Speech engine for good quality English, with support for other languages" -arch=('x86_64' 'i686') +arch=('i686' 'x86_64' 'mips64el') url='http://espeak.sourceforge.net/' license=('GPL') depends=('portaudio' 'libpulse') |