diff options
Diffstat (limited to 'extra/xsp')
-rw-r--r-- | extra/xsp/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/xsp/PKGBUILD b/extra/xsp/PKGBUILD index 7b84992f1..24ce7a846 100644 --- a/extra/xsp/PKGBUILD +++ b/extra/xsp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsp pkgver=2.10.2 pkgrel=3 pkgdesc="A simple webserver based on mono - provides ASP.NET support" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') license=('custom') url="http://www.go-mono.com" depends=('mono>=2.10.2' 'sqlite') |