diff options
Diffstat (limited to 'community/libmicrohttpd/PKGBUILD')
-rw-r--r-- | community/libmicrohttpd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libmicrohttpd/PKGBUILD b/community/libmicrohttpd/PKGBUILD index 92f502161..68532b3a0 100644 --- a/community/libmicrohttpd/PKGBUILD +++ b/community/libmicrohttpd/PKGBUILD @@ -9,7 +9,7 @@ pkgname=libmicrohttpd pkgver=0.9.26 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gnu.org/software/libmicrohttpd/" license=('LGPL') options=('!libtool') |