diff options
Diffstat (limited to 'community/allegro')
-rw-r--r-- | community/allegro/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/allegro/PKGBUILD b/community/allegro/PKGBUILD index 62ca6a91e..22ee9154e 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -8,7 +8,7 @@ pkgname=allegro pkgver=5.0.7 pkgrel=1 pkgdesc="Portable library mainly aimed at video game and multimedia programming" -arch=('x86_64' 'i686') +arch=('x86_64' 'i686' 'mips64el') url="http://alleg.sourceforge.net/" license=('custom') depends=('jack' 'libxpm' 'libxxf86dga' 'libgl' 'physfs' 'gtk2' 'libpulse') |