diff options
Diffstat (limited to 'community/mednafen/PKGBUILD')
-rwxr-xr-x | community/mednafen/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 88e469afc..5a9120418 100755 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net/" license=(GPL) -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') makedepends=('pkgconfig' 'mesa') changelog=ChangeLog |