summaryrefslogtreecommitdiff
path: root/community/python2-ldap
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-12 03:59:45 +0000
commitd8679f0250762892ab1e1a6d71badc2e9d42a526 (patch)
tree2c5893ffb5a88532e043973210221d10ce07f808 /community/python2-ldap
parent10cc2a54e50ad4aeffd7152937670c8673a096f9 (diff)
Sat Apr 12 03:57:05 UTC 2014
Diffstat (limited to 'community/python2-ldap')
-rw-r--r--community/python2-ldap/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-ldap/PKGBUILD b/community/python2-ldap/PKGBUILD
index b3e9a8209..736d5b2f3 100644
--- a/community/python2-ldap/PKGBUILD
+++ b/community/python2-ldap/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105333 2014-02-05 12:43:33Z spupykin $
+# $Id: PKGBUILD 109134 2014-04-10 17:03:17Z fyan $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Morgan LEFIEUX <comete_AT_archlinuxfr.org>
pkgname=python2-ldap
-pkgver=2.4.14
+pkgver=2.4.15
pkgrel=1
pkgdesc="Provides an object-oriented API to access LDAP directory servers from Python programs"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('python2' 'libldap>=2.4.26')
makedepends=('chrpath')
replaces=('python-ldap')
source=(http://pypi.python.org/packages/source/p/python-ldap/python-ldap-$pkgver.tar.gz)
-md5sums=('15eb167403b3706fe2e40db751117c28')
+md5sums=('f12183c87579631584c4bbe2d85ad0d9')
build() {
cd $srcdir/python-ldap-$pkgver