diff options
Diffstat (limited to 'community/dosbox')
-rw-r--r-- | community/dosbox/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/dosbox/PKGBUILD b/community/dosbox/PKGBUILD index 37fe74478..69da7343c 100644 --- a/community/dosbox/PKGBUILD +++ b/community/dosbox/PKGBUILD @@ -8,7 +8,7 @@ pkgname=dosbox pkgver=0.74 pkgrel=6 pkgdesc='Emulator with builtin DOS for running DOS Games' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://dosbox.sourceforge.net/' license=('GPL') depends=('sdl_net' 'zlib' 'sdl_sound' 'libgl' 'libpng' 'alsa-lib' 'gcc-libs' 'glu') |