diff options
Diffstat (limited to 'community/allegro/PKGBUILD')
-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 9980ad250..2681b5db3 100644 --- a/community/allegro/PKGBUILD +++ b/community/allegro/PKGBUILD @@ -8,7 +8,7 @@ pkgname=allegro pkgver=5.0.9 pkgrel=3 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') makedepends=('cmake' 'mesa-libgl' 'glu') |