aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-12-06 16:06:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-12-06 19:27:20 +0000
commit392ee1ac354cde965d80f031fa278ffa3f8c6b30 (patch)
tree24860458edb87e799571310c7fe37b81c85d3964
parent22b1c36ffc29de675670ff985c80e325f20b8796 (diff)
community/py3-xlib: upgrade to 0.29
-rw-r--r--community/py3-xlib/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-xlib/APKBUILD b/community/py3-xlib/APKBUILD
index 68216716af2..18b5827d6f4 100644
--- a/community/py3-xlib/APKBUILD
+++ b/community/py3-xlib/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Ivan Tham <pickfire@riseup.net>
pkgname=py3-xlib
_pkgname=python-xlib
-pkgver=0.28
+pkgver=0.29
pkgrel=0
-pkgdesc="A fully functional X client library for Python programs"
+pkgdesc="fully functional X client library for Python programs"
url="https://github.com/python-xlib/python-xlib"
arch="noarch"
license="LGPL-2.1-or-later"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="69c17486ffc465c2f5ca740761f52191b4ba86b1e11b047f146f949d8431a0ad7fb1007b7fe29fd659dc2e7be6facc9ea1d7b1e87cd534ae425555f0d512c4c2 python-xlib-0.28.tar.bz2"
+sha512sums="6275deb2c1e2068d560c45803e651fef9910b5cb921e043ed8204878a1f885b92122b6af3d4ac33f220231c1933d3150524169d0078f64b74df29a8f617d953a python-xlib-0.29.tar.bz2"