diff options
Diffstat (limited to 'community/mednafen/PKGBUILD')
-rw-r--r-- | community/mednafen/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 45e3fbb2e..f50c37e50 100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -10,7 +10,7 @@ pkgrel=3 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' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'libsndfile' 'zlib') makedepends=('pkgconfig' 'mesa' 'glu') changelog=ChangeLog |