summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroli2017-11-04 20:47:45 +0000
committeroli2017-11-04 20:47:45 +0000
commit27285489e306b16accf5958d19107e31ef7370e9 (patch)
tree823a6d096f8fad06a5bc1b5ae0a77c03f4075f89
parentfdb7cb7f5547dea0b3319d3910472c184c8ad3cd (diff)
downloadaur-27285489e306b16accf5958d19107e31ef7370e9.tar.gz
Updated to nginx 1.13.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88543616bd50..0b11a56bca20 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nginx-mainline-mod-auth-ldap-git
pkgdesc = LDAP Authentication module for nginx
pkgver = r137.42d195d
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/kvspb/nginx-auth-ldap
arch = i686
arch = x86_64
@@ -9,9 +9,9 @@ pkgbase = nginx-mainline-mod-auth-ldap-git
makedepends = git
depends = nginx-mainline
depends = libldap
- source = https://nginx.org/download/nginx-1.13.5.tar.gz
+ source = https://nginx.org/download/nginx-1.13.6.tar.gz
source = git+https://github.com/kvspb/nginx-auth-ldap.git
- sha256sums = 0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e
+ sha256sums = 8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8
sha256sums = SKIP
pkgname = nginx-mainline-mod-auth-ldap-git
diff --git a/PKGBUILD b/PKGBUILD
index 9f725a3d96c4..f4d36df3d11d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=nginx-mainline-mod-auth-ldap-git
pkgver=r137.42d195d
-pkgrel=2
+pkgrel=3
_modname=nginx-auth-ldap
-_nginxver=1.13.5
+_nginxver=1.13.6
pkgdesc='LDAP Authentication module for nginx'
arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@ source=(
git+https://github.com/kvspb/nginx-auth-ldap.git
)
-sha256sums=('0e75b94429b3f745377aeba3aff97da77bf2b03fcb9ff15b3bad9b038db29f2e'
+sha256sums=('8512fc6f986a20af293b61f33b0e72f64a72ea5b1acbcc790c4c4e2d6f63f8f8'
'SKIP')
pkgver() {
@@ -27,7 +27,6 @@ pkgver() {
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-
build() {
cd "$srcdir"/nginx-$_nginxver
./configure --with-compat --add-dynamic-module=../$_modname