diff options
author | root <root@rshg047.dnsready.net> | 2011-07-22 23:13:01 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-07-22 23:13:01 +0000 |
commit | b57c1def9a907b81a49aa91eeb39c9321763c276 (patch) | |
tree | 1d056a9ceb1c5ab57a9344548d8ab2a273f09910 /multilib/lib32-libldap/PKGBUILD | |
parent | 34b339c5913a55cb5bac8a502696fcd3f54aac0f (diff) |
Fri Jul 22 23:13:01 UTC 2011
Diffstat (limited to 'multilib/lib32-libldap/PKGBUILD')
-rw-r--r-- | multilib/lib32-libldap/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multilib/lib32-libldap/PKGBUILD b/multilib/lib32-libldap/PKGBUILD index 2ea6c2202..ed848d45d 100644 --- a/multilib/lib32-libldap/PKGBUILD +++ b/multilib/lib32-libldap/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 26599 2010-09-15 22:40:16Z bluewind $ +# $Id: PKGBUILD 52217 2011-07-21 16:47:02Z bluewind $ # Maintainer: # Contributor: Judd Vinet <jvinet@zeroflux.org> _pkgbasename=libldap pkgname=lib32-$_pkgbasename -pkgver=2.4.22 -pkgrel=3 +pkgver=2.4.26 +pkgrel=1 pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries (32-bit)" arch=('x86_64') license=('custom') @@ -15,8 +15,8 @@ makedepends=(gcc-multilib) options=('!libtool') source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz" 'ntlm.patch') -md5sums=('ef01b52255ce8e3fbf8aa34f6fe7598b' - 'dfa9eb6f2fd9d0a3dab0e1860923489e') +md5sums=('f36f3086031dd56ae94f722ffae8df5e' + '4258ddbef923d1f29f2843bc050f8c56') build() { export CC="gcc -m32" |