diff options
Diffstat (limited to 'community/supertux/PKGBUILD')
-rw-r--r-- | community/supertux/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/supertux/PKGBUILD b/community/supertux/PKGBUILD index 3a9c88b88..578ad1447 100644 --- a/community/supertux/PKGBUILD +++ b/community/supertux/PKGBUILD @@ -8,7 +8,7 @@ pkgname=supertux pkgver=0.3.3 pkgrel=7 pkgdesc="A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario games" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://super-tux.sourceforge.net/" license=('GPL') depends=('sdl_image' 'curl' 'physfs' 'openal' 'libvorbis' 'glew') |