From 97073f41b92658877a04936fe7f5488b3902ff32 Mon Sep 17 00:00:00 2001 From: Andreas Grapentin Date: Fri, 5 Jan 2018 10:10:57 +0100 Subject: pcr/qtile: updated to 0.10.7 --- pcr/qtile/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pcr/qtile/PKGBUILD b/pcr/qtile/PKGBUILD index 46a66aab6..c30883294 100644 --- a/pcr/qtile/PKGBUILD +++ b/pcr/qtile/PKGBUILD @@ -2,19 +2,19 @@ # Maintainer: Omar Vega Ramos pkgname=qtile -pkgver=0.10.6 +pkgver=0.10.7 pkgrel=1 pkgdesc="A full-featured, pure-Python tiling window manager." arch=('any') url="http://www.qtile.org" license=('MIT') -depends=('python' 'pango' 'python-xcffib>=0.4.1' 'python-cairocffi>=0.7.2') +depends=('python' 'pango' 'python-xcffib>=0.5.1' 'python-cairocffi>=0.8.0') makedepends=('python-distribute') optdepends=('python-setproctitle: change the process name to qtile') conflicts=('qtile-git') install=${pkgname}.install source=("https://github.com/qtile/qtile/archive/v${pkgver}.tar.gz") -md5sums=('c0c42fb746f21f6f9d6b549595f6e16e') +sha256sums=('cbde17f5afdf2af7c80dd47c0f0ed5f8d716e3c87082c091b38e0d241ba39753') package() { cd "$srcdir/$pkgname-$pkgver/" -- cgit v1.2.3