summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorY2017-05-15 20:13:41 +0200
committerY2017-05-15 20:14:20 +0200
commitf48e9fd607cfb844705290c86cc3f9afa50fa1cc (patch)
tree66bc2c66c4cc4f3bac142feff94f6f1835dcb7f0
parentd9420286e8663dc0e7bcf493be2826f64191d6cf (diff)
downloadaur-f48e9fd607cfb844705290c86cc3f9afa50fa1cc.tar.gz
lualdap added as a dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf1f27dbeb00..b6046703c390 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 15 17:59:12 UTC 2017
+# Mon May 15 18:14:03 UTC 2017
pkgbase = prosody-mod-lib-ldap-hg
pkgdesc = LDAP helper for other Prosody modules
pkgver = tip
- pkgrel = 1
+ pkgrel = 2
url = https://modules.prosody.im/mod_lib_ldap.html
arch = any
license = MIT
makedepends = mercurial
depends = prosody
+ depends = lualdap-devurandom-git
source = hg+https://hg.prosody.im/prosody-modules/
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 88a0233bc882..ab4732854ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=prosody-mod-lib-ldap-hg
pkgver=tip
-pkgrel=1
+pkgrel=2
pkgdesc="LDAP helper for other Prosody modules"
arch=('any')
url="https://modules.prosody.im/mod_lib_ldap.html"
license=('MIT')
-depends=('prosody')
+depends=('prosody' 'lualdap-devurandom-git')
makedepends=('mercurial')
source=("hg+https://hg.prosody.im/prosody-modules/")
sha1sums=('SKIP')