diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-22 13:47:48 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-06-22 13:47:48 +0200 |
commit | 287cbaf608ace8e8317083ad957a4cb5c3c58dd9 (patch) | |
tree | f685fe175f487dda450e70fccb125ad0aa5a671e /community/python2-ldap/PKGBUILD | |
parent | dcb73722d5cac1feef0018aacec43106dcb0fa77 (diff) | |
parent | fb930f28bff4a4b4b37444e3f570904d6db3d06e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/motion/PKGBUILD
community-testing/tor/PKGBUILD
community/icecast/PKGBUILD
libre/hplip-libre/PKGBUILD
libre/virtualbox-modules/PKGBUILD
Diffstat (limited to 'community/python2-ldap/PKGBUILD')
-rw-r--r-- | community/python2-ldap/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/python2-ldap/PKGBUILD b/community/python2-ldap/PKGBUILD index a4f1646c6..393da122d 100644 --- a/community/python2-ldap/PKGBUILD +++ b/community/python2-ldap/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 71038 2012-05-22 09:19:07Z spupykin $ +# $Id: PKGBUILD 72704 2012-06-20 12:26:14Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Morgan LEFIEUX <comete_AT_archlinuxfr.org> pkgname=python2-ldap -pkgver=2.4.9 +pkgver=2.4.10 pkgrel=1 pkgdesc="Provides an object-oriented API to access LDAP directory servers from Python programs" arch=('i686' 'x86_64' 'mips64el') @@ -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=('d76131af192771567d3f2d2aff9469a9') +md5sums=('a15827ca13c90e9101e5e9405c1d83be') build() { cd $srcdir/python-ldap-$pkgver |