From 791c6e0e383fa174f80008b3f374c87b79716889 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sat, 12 Dec 2015 12:39:42 +0200 Subject: python/pytest: Updated for version 2.8.5. Signed-off-by: Dimitris Zlatanidis --- python/pytest/pytest.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/pytest/pytest.SlackBuild') diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index 11a40b841611..3ac70e7e9aa1 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pytest -VERSION=${VERSION:-2.8.4} +VERSION=${VERSION:-2.8.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,7 +60,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ -- cgit v1.2.3