diff options
Diffstat (limited to 'community/darkhttpd')
-rw-r--r-- | community/darkhttpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/darkhttpd/PKGBUILD b/community/darkhttpd/PKGBUILD index bcc749245..07a3895da 100644 --- a/community/darkhttpd/PKGBUILD +++ b/community/darkhttpd/PKGBUILD @@ -6,7 +6,7 @@ pkgname=darkhttpd pkgver=1.8 pkgrel=2 pkgdesc="A small, static webserver" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://dmr.ath.cx/net/darkhttpd/" license=('BSD') depends=('glibc') |