summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves G2017-09-14 13:11:15 +0200
committerYves G2017-09-14 14:00:21 +0200
commit61c299f8760d392b7ea257f61fa314dddd489efb (patch)
tree263402ab2ae4e7556a6c60f5d0fd94d64b1217ca
parentf48e9fd607cfb844705290c86cc3f9afa50fa1cc (diff)
downloadaur-prosody-mod-lib-ldap-hg.tar.gz
new dependency for lualdap
-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')