diff options
Diffstat (limited to 'pcr/gens-gs/PKGBUILD')
-rw-r--r-- | pcr/gens-gs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/gens-gs/PKGBUILD b/pcr/gens-gs/PKGBUILD index 74df2c68c..29b828637 100644 --- a/pcr/gens-gs/PKGBUILD +++ b/pcr/gens-gs/PKGBUILD @@ -5,7 +5,7 @@ pkgver=r7 pkgrel=5 pkgdesc="An emulator of Sega Genesis, Sega CD and 32X, combining features from various forks of Gens" url="http://segaretro.org/Gens/GS" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL') if [[ $CARCH == "x86_64" ]]; then depends=('lib32-gtk2' 'lib32-sdl' 'lib32-libgl') |