summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2015-02-28 15:40:21 +0800
committerFantix King2015-12-30 08:48:27 +0800
commit47ab6dc5c5a7acef9ae0de2409a0145b920576aa (patch)
treeded9be5efb30b2c8775013bc118278616d1cbf7c
parentc966b472f4d979781fe3d2c0b3e91becbae84f13 (diff)
downloadaur-47ab6dc5c5a7acef9ae0de2409a0145b920576aa.tar.gz
2.4.40-1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1dffc317c92..bc433dc172f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 00:47:43 UTC 2015
+# Wed Dec 30 00:48:22 UTC 2015
pkgbase = libx32-libldap
pkgdesc = Lightweight Directory Access Protocol (LDAP) client libraries (x32 ABI)
- pkgver = 2.4.39
- pkgrel = 1
+ pkgver = 2.4.40
+ pkgrel = 1.1
url = http://www.openldap.org/
arch = x86_64
license = custom
makedepends = gcc-multilib
depends = libx32-openssl
depends = libldap
- source = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.39.tgz
+ source = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.40.tgz
source = ntlm.patch
- md5sums = b0d5ee4b252c841dec6b332d679cf943
+ md5sums = 423c1f23d2a0cb96b3e9baf7e9d7dda7
md5sums = 4258ddbef923d1f29f2843bc050f8c56
pkgname = libx32-libldap
diff --git a/PKGBUILD b/PKGBUILD
index 45d68a2dab5a..65eb97857982 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 106866 2014-03-09 12:49:20Z bpiotrowski $
-# Upstream Maintainer:
+# $Id: PKGBUILD 120014 2014-10-02 10:12:40Z bluewind $
+# Maintainer:
# Contributor: Judd Vinet <jvinet@zeroflux.org>
-# Maintainer: Fantix King <fantix.king at gmail.com>
+# x32 Maintainer: Fantix King <fantix.king at gmail.com>
_pkgbasename=libldap
pkgname=libx32-$_pkgbasename
-pkgver=2.4.39
-pkgrel=1
+pkgver=2.4.40
+pkgrel=1.1
pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries (x32 ABI)"
arch=('x86_64')
license=('custom')
@@ -15,7 +15,7 @@ depends=('libx32-openssl' $_pkgbasename)
makedepends=(gcc-multilib)
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz"
'ntlm.patch')
-md5sums=('b0d5ee4b252c841dec6b332d679cf943'
+md5sums=('423c1f23d2a0cb96b3e9baf7e9d7dda7'
'4258ddbef923d1f29f2843bc050f8c56')
build() {