summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger2017-02-18 14:34:16 -0300
committerroger2017-02-18 14:34:16 -0300
commite48ceb8fbeb776d3c30be7fd982cbe4fff6da492 (patch)
tree702a136a45cf8ad5b7d41a1ba4201c9bd554a6c0
parent66d99dc8cffbee5ea18ba64f29138a4d07d2d4ef (diff)
downloadaur-e48ceb8fbeb776d3c30be7fd982cbe4fff6da492.tar.gz
updated to 0.10.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 723a4e6b0b47..2ff6926f4558 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtile
pkgdesc = A full-featured, pure-Python tiling window manager.
- pkgver = 0.10.6
+ pkgver = 0.10.7
pkgrel = 1
url = http://www.qtile.org
install = qtile.install
@@ -9,11 +9,11 @@ pkgbase = qtile
makedepends = python-distribute
depends = python
depends = pango
- depends = python-xcffib>=0.4.1
- depends = python-cairocffi>=0.7.2
+ depends = python-xcffib>=0.5.1
+ depends = python-cairocffi>=0.8.0
optdepends = python-setproctitle: change the process name to qtile
conflicts = qtile-git
- source = https://github.com/qtile/qtile/archive/v0.10.6.tar.gz
+ source = https://github.com/qtile/qtile/archive/v0.10.7.tar.gz
md5sums = c0c42fb746f21f6f9d6b549595f6e16e
pkgname = qtile
diff --git a/PKGBUILD b/PKGBUILD
index bc9e39965810..be8b8f6f6af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: roger rogerduran at gmail
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')