summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchrottfresse2020-03-29 01:19:13 +0100
committerSchrottfresse2020-03-29 01:19:13 +0100
commitfd21067f07be760c178774937d014a59c3e06012 (patch)
tree6ad043df9a6e6054a66cde70b4f8c2375e8da7e3
parent90fbd84893358aad8bc8db29d302d9cccfc87c8d (diff)
downloadaur-fd21067f07be760c178774937d014a59c3e06012.tar.gz
Updated dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b31de2c6c0cf..5600e447fff7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = shelldap
depends = perl-term-readkey
depends = perl-term-readline-gnu
depends = perl-term-shell
+ depends = perl-tie-ixhash
optdepends = perl-io-socket-ssl: for use with ldaps:// servers
optdepends = perl-authen-sasl: SASL authentication
provides = shelldap
diff --git a/PKGBUILD b/PKGBUILD
index 837bec8e978b..5edb07f013e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A handy shell-like interface for browsing LDAP servers and editing thei
arch=('any')
url="http://code.martini.nu/shelldap"
license=('BSD')
-depends=('perl' 'perl-yaml-syck' 'perl-digest-perl-md5' 'perl-ldap' 'perl-algorithm-diff' 'perl-term-readkey' 'perl-term-readline-gnu' 'perl-term-shell')
+depends=('perl' 'perl-yaml-syck' 'perl-digest-perl-md5' 'perl-ldap' 'perl-algorithm-diff' 'perl-term-readkey' 'perl-term-readline-gnu' 'perl-term-shell' 'perl-tie-ixhash')
makedepends=()
optdepends=('perl-io-socket-ssl: for use with ldaps:// servers'
'perl-authen-sasl: SASL authentication')