summaryrefslogtreecommitdiffstats
path: root/python/python-requests/python-requests.SlackBuild
diff options
context:
space:
mode:
author Thibaut Notteboom2014-04-13 02:04:23 +0200
committer Willy Sudiarto Raharjo2014-04-13 08:48:51 +0200
commit201f965bbfe32475488fcabb105d0645b27712d5 (patch)
tree4c8ce3f63d874df5931b0ee6982577d31996607c /python/python-requests/python-requests.SlackBuild
parent74986cade6c2d6fcefee9d7c477666e4ad866f45 (diff)
downloadslackbuilds-201f965bbfe32475488fcabb105d0645b27712d5.tar.gz
python/python-requests: Updated for version 2.2.1.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/python-requests/python-requests.SlackBuild')
-rw-r--r--python/python-requests/python-requests.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild
index 5464bcc35d..0e8356700c 100644
--- a/python/python-requests/python-requests.SlackBuild
+++ b/python/python-requests/python-requests.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-requests
-# Copyright 2013 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2013-2014 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-requests
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +56,7 @@ else
LIBDIRSUFFIX=""
fi
-set -e
+set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT