diff options
Diffstat (limited to 'community/freedroid/PKGBUILD')
-rw-r--r-- | community/freedroid/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD index 819f25b31..5ec2ccc3c 100644 --- a/community/freedroid/PKGBUILD +++ b/community/freedroid/PKGBUILD @@ -5,7 +5,7 @@ pkgname=freedroid pkgver=1.0.2 pkgrel=4 pkgdesc="Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some improvements and extensions to the classic version." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://freedroid.sourceforge.net/" license=('GPL') depends=('glibc' 'sdl_image' 'sdl_mixer') |