From 007274adc16df24101ca1c2b898e80d169b2dd57 Mon Sep 17 00:00:00 2001 From: Mario Preksavec Date: Sun, 4 Sep 2016 17:20:59 +0200 Subject: python/python-django: Updated for version 1.10. Signed-off-by: Mario Preksavec --- python/python-django/python-django.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python/python-django/python-django.SlackBuild') diff --git a/python/python-django/python-django.SlackBuild b/python/python-django/python-django.SlackBuild index 574c598909..1d65d22034 100644 --- a/python/python-django/python-django.SlackBuild +++ b/python/python-django/python-django.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-django -# Copyright 2015 Mario Preksavec, Zagreb, HR +# Copyright 2015, 2016 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ PRGNAM=python-django SRCNAM=django -VERSION=${VERSION:-1.7.4} +VERSION=${VERSION:-1.10} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$SRCNAM-$VERSION.tar.gz +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3