summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYves G2017-09-14 13:09:06 +0200
committerYves G2017-09-14 13:59:56 +0200
commit682148ad87360569b5bd5105958546a9544606f8 (patch)
tree9e630452671e659926b40463a5f2077bfd1f0220 /PKGBUILD
parent9d3ab41f5df3f1fd05c2145b7eee1107a11ec2fd (diff)
downloadaur-prosody-mod-auth-ldap-hg.tar.gz
new dependency for lualdap
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2355e7ca0b3e..772c7d147969 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=prosody-mod-auth-ldap-hg
pkgver=tip
-pkgrel=1
+pkgrel=2
pkgdesc="LDAP authentication through OpenLDAP for Prosody (simpler than auth_ldap2)"
arch=('any')
url="https://modules.prosody.im/mod_auth_ldap.html"
license=('MIT')
-depends=('prosody>=0.8' 'lualdap-devurandom-git')
+depends=('prosody>=0.8' 'lua51-lualdap')
makedepends=('mercurial')
source=("hg+https://hg.prosody.im/prosody-modules/")
sha1sums=('SKIP')