summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfiregore2015-06-12 09:39:21 +0200
committerfiregore2015-06-12 09:39:21 +0200
commit3a0499a9346f882b717b723e3008b072ecf0aa91 (patch)
treecd2ff126fb1a160e93005f8565fe559c40fc2f86 /PKGBUILD
parentbc936d5a3dc6a44d32785ad32141217d552c6ea5 (diff)
downloadaur-3a0499a9346f882b717b723e3008b072ecf0aa91.tar.gz
Update PKGBuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef8b56710d0d..299670bacbaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=nginx
provides=('nginx')
conflicts=('nginx')
pkgver=1.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline, with ngx_pagespeed, Naxsi, GeoIP (GeoIP Legacy) and YubiKey Auth Support builtin.'
arch=('i686' 'x86_64')
url='http://nginx.org'
@@ -54,8 +54,8 @@ build() {
--http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
--http-scgi-temp-path=/var/lib/nginx/scgi \
--http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
- --with-imap \
- --with-imap_ssl_module \
+ --with-mail \
+ --with-mail_ssl_module \
--with-ipv6 \
--with-pcre-jit \
--with-file-aio \