summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfiregore2016-02-11 16:34:11 +0100
committerfiregore2016-02-11 16:34:11 +0100
commit357f51465e8e4acf0795eca3164dd7ca22f5b0d1 (patch)
treeb2d7b5d10f2364bd02866a8d289624f6f3196c1b
parent1b7748bba02abee5395208354ac0801292fdb571 (diff)
downloadaur-357f51465e8e4acf0795eca3164dd7ca22f5b0d1.tar.gz
Fix Typo
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38364c7b4fb1..7a582c42f34b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Feb 10 18:10:19 UTC 2016
+# Thu Feb 11 15:32:40 UTC 2016
pkgbase = nginx-mainline-waf
- pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) mYubiKey Auth Support builtin and with Thread Pools.
+ pkgdesc = Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) mYubiKey Auth Support builtin and with Thread Pools.
pkgver = 1.9.11
- pkgrel = 1
+ pkgrel = 2
url = http://nginx.org
install = nginx.install
arch = i686
@@ -28,6 +28,7 @@ pkgbase = nginx-mainline-waf
backup = etc/logrotate.d/nginx
source = http://nginx.org/download/nginx-1.9.11.tar.gz
source = git+https://github.com/nbs-system/naxsi.git
+ source = git+https://github.com/google/ngx_brotli.git
source = git+https://github.com/sanderv32/ngx_http_auth_yubikey_module.git
source = git+https://github.com/openresty/headers-more-nginx-module.git
source = git+https://github.com/grahamedgecombe/nginx-ct.git
diff --git a/PKGBUILD b/PKGBUILD
index e956bf499f31..0b17545dda90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _pkgname=nginx
provides=('nginx')
conflicts=('nginx')
pkgver=1.9.11
-pkgrel=2
+pkgrel=3
pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline, Brotli
-Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) mYubiKey Auth Support builtin and with Thread Pools.'
+Support, with Naxsi, Certificate Transparency, GeoIP (GeoIP Legacy) ,YubiKey Auth Support builtin and with Thread Pools.'
arch=('i686' 'x86_64')
url='http://nginx.org'
license=('custom')