From 0e143a9e0e81cb4e52ff8247de97e6eac7279f2a Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Wed, 26 Jun 2013 19:28:32 -0300 Subject: python/python-urllib3: Updated for version 1.6. Signed-off-by: Niels Horn --- python/python-urllib3/python-urllib3.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python-urllib3/python-urllib3.SlackBuild') diff --git a/python/python-urllib3/python-urllib3.SlackBuild b/python/python-urllib3/python-urllib3.SlackBuild index 1b50701f28..896e8936ee 100644 --- a/python/python-urllib3/python-urllib3.SlackBuild +++ b/python/python-urllib3/python-urllib3.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-urllib3 -VERSION=${VERSION:-1.5} +VERSION=${VERSION:-1.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -56,12 +56,12 @@ else LIBDIRSUFFIX="" fi -set -e +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . -- cgit v1.2.3