summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger2016-03-10 11:35:53 -0300
committerroger2016-03-10 11:35:53 -0300
commit3082f79cfb7396d15530f7e1caa6ef946f8853e2 (patch)
treea3a48e815fcf8cbbd799923478fd29b53fc78e20
parent11a3550e410937fb2032ac50bc28556082aaefe2 (diff)
downloadaur-3082f79cfb7396d15530f7e1caa6ef946f8853e2.tar.gz
update to qtile 0.10.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 092cc9f6430c..1025acae6dc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtile
pkgdesc = A full-featured, pure-Python tiling window manager.
- pkgver = 0.10.4
+ pkgver = 0.10.5
pkgrel = 1
url = http://www.qtile.org
install = qtile.install
@@ -9,12 +9,12 @@ pkgbase = qtile
makedepends = python-distribute
depends = python
depends = pango
- depends = python-xcffib>=0.4.0
- depends = python-cairocffi>=0.7
+ depends = python-xcffib>=0.4.1
+ depends = python-cairocffi>=0.7.2
optdepends = python-setproctitle: change the process name to qtile
conflicts = qtile-git
- source = https://github.com/qtile/qtile/archive/v0.10.4.tar.gz
- md5sums = ead419b2f2a62fb923d947564b3b3cc9
+ source = https://github.com/qtile/qtile/archive/v0.10.5.tar.gz
+ md5sums = 2c15662b78a0b393c8d4faea2048540b
pkgname = qtile
diff --git a/PKGBUILD b/PKGBUILD
index 7996568d8311..42dfe6cff713 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: roger rogerduran at gmail
pkgname=qtile
-pkgver=0.10.4
+pkgver=0.10.5
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.0' 'python-cairocffi>=0.7')
+depends=('python' 'pango' 'python-xcffib>=0.4.1' 'python-cairocffi>=0.7.2')
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=('ead419b2f2a62fb923d947564b3b3cc9')
+md5sums=('2c15662b78a0b393c8d4faea2048540b')
package() {
cd "$srcdir/$pkgname-$pkgver/"