diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-06 01:58:39 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2017-10-06 01:58:39 +0000 |
commit | 4254e8a69955916e3a6cb9e7b4deeb9d05a6fbc7 (patch) | |
tree | dd3e0aa223808683b32f1d11b6bf98e738bc4996 /testing/py-xlib | |
parent | 6e1c56ea70483cb2fcb725d55ca9c4b2bb6afe1f (diff) | |
download | aports-4254e8a69955916e3a6cb9e7b4deeb9d05a6fbc7.tar.bz2 aports-4254e8a69955916e3a6cb9e7b4deeb9d05a6fbc7.tar.xz |
testing/py-xlib: upgrade to 0.20
Diffstat (limited to 'testing/py-xlib')
-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" |