summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-05 10:10:57 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-05 10:10:57 +0100
commit97073f41b92658877a04936fe7f5488b3902ff32 (patch)
tree4e7c31de640c428d5e02efdae4568a7baf4c8622
parentef826973ffd727f7f07a5d66e06053aed27b3e97 (diff)
downloadabslibre-97073f41b92658877a04936fe7f5488b3902ff32.tar.gz
abslibre-97073f41b92658877a04936fe7f5488b3902ff32.tar.bz2
abslibre-97073f41b92658877a04936fe7f5488b3902ff32.zip
pcr/qtile: updated to 0.10.7
-rw-r--r--pcr/qtile/PKGBUILD6
1 files 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 <ovruni@gnu.org.pe>
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/"