summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMassimiliano Torromeo2017-10-27 12:34:25 +0200
committerMassimiliano Torromeo2017-10-27 12:34:25 +0200
commitd750498c8b3f5a16756f4b430b3b2695195ba972 (patch)
tree3b29f792bb2e06368fbf41c56a37f59668621206
parentb0eeeadc4a334d4c256d0ac604e99e1c0fac53dd (diff)
downloadaur-d750498c8b3f5a16756f4b430b3b2695195ba972.tar.gz
Added missing pam dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f9c0c770fb4..3e7f473fd6e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Oct 25 09:48:38 UTC 2017
+# Fri Oct 27 10:34:17 UTC 2017
pkgbase = nginx-mainline-mod-auth_pam
pkgdesc = Nginx mainline module to use PAM for simple http authentication
pkgver = 1.5.1
@@ -9,6 +9,7 @@ pkgbase = nginx-mainline-mod-auth_pam
arch = x86_64
license = BSD
depends = nginx-mainline
+ depends = pam
source = https://nginx.org/download/nginx-1.13.5.tar.gz
source = https://github.com/sto/ngx_http_auth_pam_module/archive/v1.5.1/ngx_http_auth_pam_module-1.5.1.tar.gz
source = ngx_http_auth_pam_module-critlog.patch::https://patch-diff.githubusercontent.com/raw/sto/ngx_http_auth_pam_module/pull/11.patch
diff --git a/PKGBUILD b/PKGBUILD
index 92c05ae4f809..b7410d086cf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _nginxver=1.13.5
pkgdesc='Nginx mainline module to use PAM for simple http authentication'
arch=('i686' 'x86_64')
-depends=('nginx-mainline')
+depends=('nginx-mainline' 'pam')
url="https://github.com/sto/ngx_http_auth_pam_module"
license=('BSD')