diff options
Diffstat (limited to 'community/ltris')
-rw-r--r-- | community/ltris/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD index c500494db..8d262586a 100644 --- a/community/ltris/PKGBUILD +++ b/community/ltris/PKGBUILD @@ -7,7 +7,7 @@ pkgname=ltris pkgver=1.0.17 pkgrel=1 pkgdesc="A tetris clone where you have a bowl with blocks falling down" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://lgames.sourceforge.net/index.php?project=LTris" license=('GPL') depends=('sdl_mixer') |