From 5ef982b7a9322629629ab13602cd66e37bb0672c Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Fri, 17 May 2019 22:59:22 +0700 Subject: python/python-ldap: Updated for version 3.2.0. Signed-off-by: Willy Sudiarto Raharjo --- python/python-ldap/python-ldap.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python-ldap/python-ldap.SlackBuild') diff --git a/python/python-ldap/python-ldap.SlackBuild b/python/python-ldap/python-ldap.SlackBuild index fea3571710..2dda348464 100644 --- a/python/python-ldap/python-ldap.SlackBuild +++ b/python/python-ldap/python-ldap.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-ldap -# Copyright 2018 Thibaut Notteboom, Paris, FRANCE +# Copyright 2018-2019 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-ldap -VERSION=${VERSION:-3.1.0} +VERSION=${VERSION:-3.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz cd $PRGNAM-$PRGNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3