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 660dafc40..04b1abb13 100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -13,7 +13,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' 'libsamplerate' 'sdl_net' 'zlib') makedepends=('mesa' 'glu') replaces=('mednafen-wip') |