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 802249f21..147dd70eb 100755 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 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') changelog=ChangeLog |