diff options
Diffstat (limited to 'extra/xsp/PKGBUILD')
-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 85730ab32..3e0a1b614 100644 --- a/extra/xsp/PKGBUILD +++ b/extra/xsp/PKGBUILD @@ -6,7 +6,7 @@ pkgname=xsp pkgver=2.10.2 pkgrel=1 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' 'sqlite3') |