Date: Saturday, December 25, 2021 @ 13:46:58 Author: dvzrv Revision: 1083628
upgpkg: qtile 0.19.0-1: Upgrade to 0.19.0. Modified: qtile/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-25 13:45:34 UTC (rev 1083627) +++ PKGBUILD 2021-12-25 13:46:58 UTC (rev 1083628) @@ -1,14 +1,12 @@ # Maintainer: David Runge <[email protected]> pkgname=qtile -pkgver=0.18.1 -pkgrel=4 +pkgver=0.19.0 +pkgrel=1 pkgdesc="A full-featured, pure-Python tiling window manager" arch=(x86_64) url="http://www.qtile.org" license=(MIT) -# remove python-setuptools once upstream does not require it for version anymore: -# https://github.com/qtile/qtile/issues/2809 depends=( gdk-pixbuf2 glibc @@ -19,7 +17,6 @@ python-cffi python-xcffib python-gobject - python-setuptools ) makedepends=( git
