summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-26 11:14:28 -0500
committerVincent Grande2020-12-26 11:14:28 -0500
commitd4a91f26c947f8bad0e11c439e32faf7cdc1fe6b (patch)
treefe7a2ad52310539f03fc5f9be3c2a6e08fa16b54
parent37ae1cff5c6978103a495ff49f059f9923f27ae7 (diff)
downloadaur-d4a91f26c947f8bad0e11c439e32faf7cdc1fe6b.tar.gz
remove libldap
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea6679e8491e..5fe3dfb75474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = lib32-krb5-minimal-git
license = custom
makedepends = perl
depends = lib32-e2fsprogs
- depends = lib32-libldap
depends = lib32-keyutils
depends = krb5
provides = lib32-krb5
diff --git a/PKGBUILD b/PKGBUILD
index 700e51d081ee..6c1c8a5ef8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='The Kerberos network authentication system (32-bit)'
url='https://web.mit.edu/kerberos/'
arch=('x86_64')
license=('custom')
-depends=('lib32-e2fsprogs' 'lib32-libldap' 'lib32-keyutils' "${_pkgbasename}")
+depends=('lib32-e2fsprogs' 'lib32-keyutils' "${_pkgbasename}")
makedepends=('perl')
provides=(lib32-krb5)
conflicts=(lib32-krb5)