summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFantix King2012-10-25 07:14:49 +0000
committerFantix King2015-12-30 08:47:10 +0800
commitd4d5995a760a280601f478fa3e9c0f9e62704a3b (patch)
tree5c8c9299f80031b550744da851145c5c3e87b0e4
parent5b72230fd2a0d5e7163f7512aad4ef40697b5eeb (diff)
downloadaur-d4d5995a760a280601f478fa3e9c0f9e62704a3b.tar.gz
2.4.33-1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fda60f614fbc..9e013e3b50c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 00:43:44 UTC 2015
+# Wed Dec 30 00:45:28 UTC 2015
pkgbase = libx32-libldap
pkgdesc = Lightweight Directory Access Protocol (LDAP) client libraries (x32 ABI)
- pkgver = 2.4.32
+ pkgver = 2.4.33
pkgrel = 1.1
url = http://www.openldap.org/
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = libx32-libldap
depends = libx32-openssl
depends = libldap
options = !libtool
- source = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.32.tgz
+ source = ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-2.4.33.tgz
source = ntlm.patch
- md5sums = 6a3e85cf61860ca5e8a1eba6753dd9d0
+ md5sums = 5adae44897647c15ce5abbff313bc85a
md5sums = 4258ddbef923d1f29f2843bc050f8c56
pkgname = libx32-libldap
diff --git a/PKGBUILD b/PKGBUILD
index 34106cdbda7a..2f7e37fff145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 74901 2012-08-09 08:07:41Z bluewind $
-# Maintainer:
+# $Id: PKGBUILD 78820 2012-10-25 06:47:28Z foutrelis $
+# Upstream Maintainer:
# Contributor: Judd Vinet <jvinet@zeroflux.org>
+# Maintainer: Fantix King <fantix.king at gmail.com>
_pkgbasename=libldap
pkgname=libx32-$_pkgbasename
-pkgver=2.4.32
+pkgver=2.4.33
pkgrel=1.1
pkgdesc="Lightweight Directory Access Protocol (LDAP) client libraries (x32 ABI)"
arch=('x86_64')
@@ -15,7 +16,7 @@ makedepends=(gcc-multilib)
options=('!libtool')
source=("ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/openldap-${pkgver}.tgz"
'ntlm.patch')
-md5sums=('6a3e85cf61860ca5e8a1eba6753dd9d0'
+md5sums=('5adae44897647c15ce5abbff313bc85a'
'4258ddbef923d1f29f2843bc050f8c56')
build() {