From 6a7364b8eaa6a852f543520334c1e07c1fc50477 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 7 Nov 2013 12:05:15 +0100 Subject: python/tweepy: Updated for version 2.1. Signed-off-by: Matteo Bernardini --- python/tweepy/tweepy.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'python/tweepy/tweepy.SlackBuild') diff --git a/python/tweepy/tweepy.SlackBuild b/python/tweepy/tweepy.SlackBuild index 741a6cfd2241..fc1b1d4cbebe 100644 --- a/python/tweepy/tweepy.SlackBuild +++ b/python/tweepy/tweepy.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for tweepy -# Copyright Matteo Bernardini , Pisa, Italy, 2012 +# Copyright Matteo Bernardini , Pisa, Italy, 2013 # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=tweepy -VERSION=${VERSION:-1.10} +VERSION=${VERSION:-2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,7 +53,7 @@ else LIBDIRSUFFIX="" fi -DOCS="CONTRIBUTORS LICENSE README" +DOCS="CONTRIBUTORS LICENSE README.md" set -e # Exit on most errors @@ -61,7 +61,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.xz +tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find . \ -- cgit v1.2.3