diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 08:14:44 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-16 08:17:51 +0100 |
commit | d1032b0a80ae6a43c6fedcac91cdeb90f869dcef (patch) | |
tree | 450aefeece35c97d76368b887f2669f25c1414e0 /community/py3-xlib/APKBUILD | |
parent | 2514a4f6baf145ce642c0cf2220567e9696c12b1 (diff) | |
download | aports-d1032b0a80ae6a43c6fedcac91cdeb90f869dcef.tar.bz2 aports-d1032b0a80ae6a43c6fedcac91cdeb90f869dcef.tar.xz |
community/py3-xlib: upgrade to 0.26
Diffstat (limited to 'community/py3-xlib/APKBUILD')
-rw-r--r-- | community/py3-xlib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-xlib/APKBUILD b/community/py3-xlib/APKBUILD index c1183e7072..e4e74ccbb7 100644 --- a/community/py3-xlib/APKBUILD +++ b/community/py3-xlib/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Ivan Tham <pickfire@riseup.net> pkgname=py3-xlib _pkgname=python-xlib -pkgver=0.25 -pkgrel=1 +pkgver=0.26 +pkgrel=0 pkgdesc="A fully functional X client library for Python programs" url="https://github.com/python-xlib/python-xlib" arch="noarch" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="616020b740ec80c1c33e1b2934674c14b6c4c9eef5d217b4b89b0316d0bf2d90e604f22269fd7b24882f27f010ff39ec530c262897fcd6b481451002956e38ce python-xlib-0.25.tar.bz2" +sha512sums="1f012861e657094323126f6065da4ff743728253625929676fc39ed8d2673e38b9f39f4be8ed2350c6d41a25a184a68489866c9a5edf07c87d62382651e6f884 python-xlib-0.26.tar.bz2" |