diff options
Diffstat (limited to 'extra/mono/PKGBUILD')
-rw-r--r-- | extra/mono/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD index d4fec3349..390b89b75 100644 --- a/extra/mono/PKGBUILD +++ b/extra/mono/PKGBUILD @@ -6,7 +6,7 @@ pkgname=mono pkgver=2.10.2 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('GPL' 'LGPL2' 'MPL' 'custom:MITX11') url="http://www.mono-project.com/" depends=('zlib' 'libgdiplus>=2.10' 'sh') |