diff options
Diffstat (limited to 'multilib/lib32-sdl_ttf/PKGBUILD')
-rw-r--r-- | multilib/lib32-sdl_ttf/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multilib/lib32-sdl_ttf/PKGBUILD b/multilib/lib32-sdl_ttf/PKGBUILD index 19f3f0014..046c04589 100644 --- a/multilib/lib32-sdl_ttf/PKGBUILD +++ b/multilib/lib32-sdl_ttf/PKGBUILD @@ -7,7 +7,7 @@ pkgname=lib32-$_pkgbasename pkgver=2.0.10 pkgrel=3 pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (32-bit)" -arch=('x86_64') +arch=('x86_64' 'mips64el') url="http://www.libsdl.org/projects/SDL_ttf/" license=('LGPL') options=('!libtool') |