diff options
Diffstat (limited to 'extra/glhack/PKGBUILD')
-rw-r--r-- | extra/glhack/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/glhack/PKGBUILD b/extra/glhack/PKGBUILD index dbf68735b..bdd0a6a44 100644 --- a/extra/glhack/PKGBUILD +++ b/extra/glhack/PKGBUILD @@ -3,9 +3,9 @@ pkgname=glhack pkgver=1.2 -pkgrel=6 +pkgrel=6.1 pkgdesc="A port of Nethack, a single player dungeon exploration game in 2D" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://glhack.sourceforge.net/" license=('custom') depends=('sdl' 'libpng' 'libgl') |