python2-xlib: update to 0.24

This commit is contained in:
Leonid Pliushch 2019-06-04 00:33:09 +03:00 committed by Yaksh Bariya
parent 3103e47cff
commit 5d765d55ca
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 3 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/python-xlib/python-xlib
TERMUX_PKG_DESCRIPTION="A fully functional X client library for Python programs"
TERMUX_PKG_LICENSE="LGPL-2.0"
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com>"
TERMUX_PKG_VERSION=0.23
TERMUX_PKG_REVISION=3
TERMUX_PKG_VERSION=0.24
TERMUX_PKG_SRCURL=https://github.com/python-xlib/python-xlib/releases/download/${TERMUX_PKG_VERSION}/python-xlib-${TERMUX_PKG_VERSION}.tar.bz2
TERMUX_PKG_SHA256=c3deb8329038620d07b21be05673fa5a495dd8b04a2d9f4dca37a3811d192ae4
TERMUX_PKG_SHA256=7ecf32b18b59be2c06848410bae848792ead119ac31084f487730581b3ab598c
TERMUX_PKG_DEPENDS="libx11, python2, python2-six"
TERMUX_PKG_BUILD_IN_SRC=yes
TERMUX_PKG_PLATFORM_INDEPENDENT=yes