Date: Tuesday, April 26, 2016 @ 16:52:23 Author: seblu Revision: 266165
upgpkg: nginx 1.10.0-1 Modified: nginx/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-26 14:50:55 UTC (rev 266164) +++ PKGBUILD 2016-04-26 14:52:23 UTC (rev 266165) @@ -6,8 +6,8 @@ # Contributor: Daniel Micay <danielmi...@gmail.com> pkgname=nginx -pkgver=1.8.1 -pkgrel=3 +pkgver=1.10.0 +pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' arch=('i686' 'x86_64') url='http://nginx.org' @@ -27,7 +27,7 @@ source=($url/download/nginx-$pkgver.tar.gz service logrotate) -md5sums=('2e91695074dbdfbf1bcec0ada9fda462' +md5sums=('c184c873d2798c5ba92be95ed1209c02' '5dd4d09914a4403b9df778ec1d66167c' '19a26a61c8afe78defb8b4544f79a9a0') @@ -52,7 +52,7 @@ ) _stable_flags=( - --with-http_spdy_module + --with-http_v2_module --with-imap --with-imap_ssl_module )