aboutsummaryrefslogtreecommitdiff
path: root/python/python-ldap/python-ldap.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python-ldap/python-ldap.SlackBuild')
-rw-r--r--python/python-ldap/python-ldap.SlackBuild6
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 . \