summaryrefslogtreecommitdiffstats
path: root/python/python3-six/python3-six.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-six/python3-six.SlackBuild')
-rw-r--r--python/python3-six/python3-six.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/python3-six/python3-six.SlackBuild b/python/python3-six/python3-six.SlackBuild
index 880c9ba3fd..68d0258a4f 100644
--- a/python/python3-six/python3-six.SlackBuild
+++ b/python/python3-six/python3-six.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for python3-six
# Copyright 2012-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
-# Copyright 2017-2018 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,12 +23,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-SRCNAM=six
-PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-1.12.0}
+PRGNAM=python3-six
+VERSION=${VERSION:-1.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
+SRCNAM=six
+
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;