diff options
author | root <root@rshg054.dnsready.net> | 2012-08-11 00:02:44 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-11 00:02:44 +0000 |
commit | 073a889144d77058f1eff2100ad48a538bdc0422 (patch) | |
tree | 96e013a0c34f142dccb769073164cd0fd82dea95 /multilib/lib32-libldap | |
parent | 9f2bff24c46fba67eca7c8125306a9dcd8ea8c73 (diff) |
Sat Aug 11 00:02:44 UTC 2012
Diffstat (limited to 'multilib/lib32-libldap')
-rw-r--r-- | multilib/lib32-libldap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/multilib/lib32-libldap/PKGBUILD b/multilib/lib32-libldap/PKGBUILD index 055103b3d..2396313e0 100644 --- a/multilib/lib32-libldap/PKGBUILD +++ b/multilib/lib32-libldap/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 70683 2012-05-14 16:27:03Z bluewind $ +# $Id: PKGBUILD 74902 2012-08-09 08:08:00Z bluewind $ # Maintainer: # Contributor: Judd Vinet <jvinet@zeroflux.org> _pkgbasename=libldap pkgname=lib32-$_pkgbasename -pkgver=2.4.31 +pkgver=2.4.32 pkgrel=1 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries (32-bit)" arch=('x86_64') @@ -15,7 +15,7 @@ makedepends=(gcc-multilib) options=('!libtool') source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz" 'ntlm.patch') -md5sums=('804c6cb5698db30b75ad0ff1c25baefd' +md5sums=('6a3e85cf61860ca5e8a1eba6753dd9d0' '4258ddbef923d1f29f2843bc050f8c56') build() { |