[arch-commits] Commit in openldap/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Thu Nov 3 08:02:29 UTC 2011


    Date: Thursday, November 3, 2011 @ 04:02:29
  Author: eric
Revision: 141926

Rebuild to add signature, Clean up depends and makedepends

Modified:
  openldap/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-03 07:48:25 UTC (rev 141925)
+++ PKGBUILD	2011-11-03 08:02:29 UTC (rev 141926)
@@ -4,11 +4,11 @@
 pkgbase=openldap
 pkgname=('libldap' 'openldap')
 pkgver=2.4.26
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url="http://www.openldap.org/"
 license=('custom')
-makedepends=('groff' 'libfetch' 'e2fsprogs' 'libtool' 'util-linux' 'libsasl')
+makedepends=('libfetch' 'libltdl' 'libsasl')
 source=(ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/${pkgbase}-${pkgver}.tgz
         slapd slapd.default ntlm.patch)
 md5sums=('f36f3086031dd56ae94f722ffae8df5e'
@@ -43,7 +43,7 @@
 
 package_libldap() {
   pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries"
-  depends=('libsasl' 'libfetch' 'e2fsprogs')
+  depends=('libsasl' 'libfetch')
   backup=('etc/openldap/ldap.conf')
   options=('!libtool')
 
@@ -66,7 +66,7 @@
 
 package_openldap() {
   pkgdesc="Lightweight Directory Access Protocol (LDAP) client and server"
-  depends=("libldap>=${pkgver}" 'libtool' 'util-linux')
+  depends=("libldap>=${pkgver}" 'libltdl')
   backup=('etc/openldap/slapd.conf' 'etc/conf.d/slapd')
   options=('!libtool' 'emptydirs')
   install=openldap.install




More information about the arch-commits mailing list