diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-xlib/python3-xlib.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-xlib/python3-xlib.info | 6 |
2 files changed, 5 insertions, 5 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 . \ diff --git a/python/python3-xlib/python3-xlib.info b/python/python3-xlib/python3-xlib.info index 952fd4a4ac..ab9e566b9d 100644 --- a/python/python3-xlib/python3-xlib.info +++ b/python/python3-xlib/python3-xlib.info @@ -1,8 +1,8 @@ PRGNAM="python3-xlib" -VERSION="0.26" +VERSION="0.33" HOMEPAGE="https://github.com/python-xlib/python-xlib" -DOWNLOAD="https://github.com/python-xlib/python-xlib/releases/download/0.26/python-xlib-0.26.tar.bz2" -MD5SUM="678871a692c5409a6d6b5aaaf7f6e60d" +DOWNLOAD="https://github.com/python-xlib/python-xlib/releases/download/0.33/python-xlib-0.33.tar.gz" +MD5SUM="20a687ac84ee632aea9b9861206aa0eb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |