summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6046703c390..7baa409768d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Mon May 15 18:14:03 UTC 2017
pkgbase = prosody-mod-lib-ldap-hg
pkgdesc = LDAP helper for other Prosody modules
pkgver = tip
- pkgrel = 2
+ pkgrel = 3
url = https://modules.prosody.im/mod_lib_ldap.html
arch = any
license = MIT
makedepends = mercurial
depends = prosody
- depends = lualdap-devurandom-git
+ depends = lua51-lualdap
source = hg+https://hg.prosody.im/prosody-modules/
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab4732854ab3..905e86a9c21f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=prosody-mod-lib-ldap-hg
pkgver=tip
-pkgrel=2
+pkgrel=3
pkgdesc="LDAP helper for other Prosody modules"
arch=('any')
url="https://modules.prosody.im/mod_lib_ldap.html"
license=('MIT')
-depends=('prosody' 'lualdap-devurandom-git')
+depends=('prosody' 'lua51-lualdap')
makedepends=('mercurial')
source=("hg+https://hg.prosody.im/prosody-modules/")
sha1sums=('SKIP')