summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06ae2130ece0..36996952fce7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Feb 11 15:41:19 UTC 2016
+# Thu Feb 11 15:44:40 UTC 2016
pkgbase = nginx-mainline-waf
pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) ,YubiKey Auth Support builtin and with Thread Pools.
pkgver = 1.9.11
- pkgrel = 3
+ pkgrel = 6
url = http://nginx.org
install = nginx.install
arch = i686
@@ -14,6 +14,7 @@ pkgbase = nginx-mainline-waf
depends = openssl
depends = geoip
depends = yubico-c-client
+ depends = libbrotli-git
provides = nginx
conflicts = nginx
backup = etc/nginx/fastcgi.conf
diff --git a/PKGBUILD b/PKGBUILD
index 4f351b820316..409a4d9bff4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=nginx
provides=('nginx')
conflicts=('nginx')
pkgver=1.9.11
-pkgrel=5
+pkgrel=6
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli
Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) ,YubiKey Auth Support builtin and with Thread Pools.'
arch=('i686' 'x86_64')