summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMantas Mikulėnas2015-07-21 10:08:38 +0300
committerMantas Mikulėnas2015-07-21 10:08:38 +0300
commit848f41e7415c01b548ceb19ddbc3d44f3da1fd52 (patch)
tree22ac051042db9d20ee809d040b3ba35d3a35415d
parent702b2682893048a7a3875b4738e19877b8876c0e (diff)
downloadaur-848f41e7415c01b548ceb19ddbc3d44f3da1fd52.tar.gz
1.3.0-2 - dep on gss-ntlmssp
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4642ea3f49bb..b4b526ead26f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = mod_auth_gssapi
pkgdesc = Kerberos authentication module for the Apache HTTP Server
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/modauthgssapi/mod_auth_gssapi
arch = i686
arch = x86_64
license = custom
depends = apache>=2.4
+ depends = gss-ntlmssp
depends = krb5>=1.11
source = git+https://github.com/modauthgssapi/mod_auth_gssapi.git#commit=7c480774b48253c90fbcfee2915a113b7933c4a5
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9bcb69edf1a4..a6e81955e201 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Mantas Mikulėnas <grawity@gmail.com>
pkgname=mod_auth_gssapi
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Kerberos authentication module for the Apache HTTP Server"
arch=(i686 x86_64)
url="https://github.com/modauthgssapi/mod_auth_gssapi"
license=(custom)
-depends=('apache>=2.4' 'krb5>=1.11')
+depends=('apache>=2.4' 'gss-ntlmssp' 'krb5>=1.11')
source=("git+https://github.com/modauthgssapi/mod_auth_gssapi.git#commit=7c480774b48253c90fbcfee2915a113b7933c4a5")
sha256sums=('SKIP')