summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfiregore2016-11-01 01:46:25 +0100
committerfiregore2016-11-01 01:46:25 +0100
commite04b29519ef1561480d64822c31414d4f58f2dbc (patch)
treea6d147ebfd73d0855f8ab090885cefd410f44976 /PKGBUILD
parentc649a110a7e902224d707cff80f609fc5b964dd9 (diff)
downloadaur-e04b29519ef1561480d64822c31414d4f58f2dbc.tar.gz
Removed Brotli, waiting for AUR Update,removed deprecated Configure Options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ac64df139f1..17876ea4e976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _pkgname=nginx
provides=('nginx')
conflicts=('nginx')
pkgver=1.11.5
-pkgrel=1
-pkgdesc='Lightweight HTTP1/2 server, mainline, Brotli , with Naxsi, Certificate
+pkgrel=2
+pkgdesc='Lightweight HTTP1/2 server, mainline, with Naxsi, Certificate
Transparency and GeoIP (GeoIP Legacy) Support.'
arch=('i686' 'x86_64')
url='http://nginx.org'
license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip' 'libbrotli')
+depends=('pcre' 'zlib' 'openssl' 'geoip')
backup=('etc/nginx/fastcgi.conf'
'etc/nginx/fastcgi_params'
'etc/nginx/koi-win'
@@ -26,7 +26,7 @@ backup=('etc/nginx/fastcgi.conf'
install=nginx.install
source=($url/download/nginx-$pkgver.tar.gz
git+https://github.com/nbs-system/naxsi.git
- git+https://github.com/google/ngx_brotli.git
+ #git+https://github.com/google/ngx_brotli.git
#git+https://github.com/aperezdc/ngx-fancyindex.git
git+https://github.com/openresty/headers-more-nginx-module.git
git+https://github.com/grahamedgecombe/nginx-ct.git
@@ -50,7 +50,6 @@ 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-ipv6 \
--with-pcre-jit \
--with-file-aio \
--with-http_dav_module \
@@ -72,7 +71,6 @@ build() {
--with-threads \
--add-module=../naxsi/naxsi_src \
--add-module=../headers-more-nginx-module \
- --add-module=../ngx_brotli \
--add-module=../nginx-ct
@@ -115,13 +113,11 @@ md5sums=('db43f2b19746f6f47401c3afc3924dc6'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
'3441ce77cdd1aab6f0ab7e212698a8a7')
sha1sums=('3658724f3c6d049cd1d24f02f1acb7f9be250886'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
'df6dd84b41f5127fec39216d578cfbbe1815699f'
'e43ccb1e8eb90bea64cb3cd0967a2df891473834')