diff options
Diffstat (limited to 'community/espeak/PKGBUILD')
-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 8e7512ecf..e1a8efcb9 100644 --- a/community/espeak/PKGBUILD +++ b/community/espeak/PKGBUILD @@ -7,7 +7,7 @@ pkgname=espeak pkgver=1.45.04 pkgrel=1 pkgdesc="Text to Speech engine for good quality English, with support for other languages" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://espeak.sourceforge.net/" license=('GPL') depends=('gcc-libs' 'portaudio') |