diff options
Diffstat (limited to 'python/python3-xlib/python3-xlib.SlackBuild')
-rw-r--r-- | python/python3-xlib/python3-xlib.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-xlib/python3-xlib.SlackBuild b/python/python3-xlib/python3-xlib.SlackBuild index b031456d57..5fb1985804 100644 --- a/python/python3-xlib/python3-xlib.SlackBuild +++ b/python/python3-xlib/python3-xlib.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-xlib -VERSION=${VERSION:-0.26} +VERSION=${VERSION:-0.33} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -56,7 +56,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.bz2 +tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION chown -R root:root . find -L . \ |