diff options
Diffstat (limited to 'testing/py-xlib/APKBUILD')
-rw-r--r-- | testing/py-xlib/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py-xlib/APKBUILD b/testing/py-xlib/APKBUILD index 1ff0c32fd6..a5cff29773 100644 --- a/testing/py-xlib/APKBUILD +++ b/testing/py-xlib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=py-xlib _pkgname=python-xlib -pkgver=0.19 +pkgver=0.20 pkgrel=1 pkgdesc="A fully functional X client library for Python programs" url="https://github.com/python-xlib/python-xlib" @@ -54,4 +54,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="070807eed50ce9a17926c36686dac5c143deff0b687a2967afade1a2f776d42ffbea0bbfad3a7480118ba7b1cf5ac0bb64978fdd3ca125c1df651af456dba5be python-xlib-0.19.tar.bz2" +sha512sums="7717832a8da13cde236143f4fc1b849b02e306b59cad6146db0a2fc6d19e9a9f60604110cceadd9a9041e013dcc4d67dcb1c2629e0ca44f9c69ed91d2a1c5adf python-xlib-0.20.tar.bz2" |