extra/nginx to 1.10.0-2

This commit is contained in:
Kevin Mihelich 2016-05-01 01:41:48 +00:00
parent 34080f574e
commit 77c086654a

View file

@ -10,7 +10,7 @@
pkgname=nginx
pkgver=1.10.0
pkgrel=1
pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
arch=('i686' 'x86_64')
url='http://nginx.org'
@ -52,12 +52,15 @@ _common_flags=(
--with-http_ssl_module
--with-http_stub_status_module
--with-http_sub_module
--with-http_v2_module
--with-mail
--with-mail_ssl_module
--with-stream
--with-stream_ssl_module
--with-threads
)
_stable_flags=(
--with-http_v2_module
--with-imap
--with-imap_ssl_module
)
build() {