diff options
Diffstat (limited to 'community/nginx/PKGBUILD')
-rw-r--r-- | community/nginx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nginx/PKGBUILD b/community/nginx/PKGBUILD index c045ceb98..378c4e675 100644 --- a/community/nginx/PKGBUILD +++ b/community/nginx/PKGBUILD @@ -15,7 +15,7 @@ pkgname=nginx pkgver=1.2.1 pkgrel=1 pkgdesc="lightweight HTTP server and IMAP/POP3 proxy server" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') depends=('pcre' 'zlib' 'openssl') makedepends=('passenger') optdepends=('passenger') |