summaryrefslogtreecommitdiffstats
path: root/python/pip/pip.SlackBuild
diff options
context:
space:
mode:
author Audrius Kažukauskas2018-04-01 14:35:10 +0200
committer Willy Sudiarto Raharjo2018-04-07 03:13:25 +0200
commit0993bb1a18792318c7793cc7f6efe97294ac5135 (patch)
tree3e54b4e8ba25515eda5e60bc444b9f0cd5839a20 /python/pip/pip.SlackBuild
parent178cbe88e63d91812a6dedb17c13396210e23f3a (diff)
downloadslackbuilds-0993bb1a18792318c7793cc7f6efe97294ac5135.tar.gz
python/pip: Updated for version 9.0.3.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'python/pip/pip.SlackBuild')
-rw-r--r--python/pip/pip.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pip/pip.SlackBuild b/python/pip/pip.SlackBuild
index efc2d67607..0f28914773 100644
--- a/python/pip/pip.SlackBuild
+++ b/python/pip/pip.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pip
-# Copyright 2012-2016 Audrius Kažukauskas <audrius@neutrino.lt>
+# Copyright 2012-2018 Audrius Kažukauskas <audrius@neutrino.lt>
# 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=pip
-VERSION=${VERSION:-9.0.1}
+VERSION=${VERSION:-9.0.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -40,7 +40,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-set -eu
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT