diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2019-05-17 22:59:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-17 22:59:22 +0700 |
commit | 5ef982b7a9322629629ab13602cd66e37bb0672c (patch) | |
tree | e967766a43f1ac75869a64a63e8ac3096eadb4a4 /python/python-ldap/python-ldap.SlackBuild | |
parent | 5c7902e71d1b87ff86010fe4312baba7867f35a3 (diff) |
python/python-ldap: Updated for version 3.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-ldap/python-ldap.SlackBuild')
-rw-r--r-- | python/python-ldap/python-ldap.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 . \ |