diff options
Diffstat (limited to 'community/hex-a-hop/PKGBUILD')
-rw-r--r-- | community/hex-a-hop/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hex-a-hop/PKGBUILD b/community/hex-a-hop/PKGBUILD index aeda535bc..31a4276db 100644 --- a/community/hex-a-hop/PKGBUILD +++ b/community/hex-a-hop/PKGBUILD @@ -6,7 +6,7 @@ pkgname=hex-a-hop pkgver=1.1.0 pkgrel=2 pkgdesc='Hex-a-hop is a puzzle game based on hexagonal tiles' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://hexahop.sourceforge.net/' license=('GPL') depends=('sdl_mixer' 'sdl_ttf' 'gcc-libs') |