summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger2016-01-19 13:05:05 -0300
committerroger2016-01-19 13:05:05 -0300
commitdaaece46319a59087b08485d9b1d95b404bb53f8 (patch)
tree3aed5ce96f8c88f30f031aed1cb6d847d3ee2992
parent081dd2099dbe8db4e821513a0eeb33cb557e019f (diff)
downloadaur-daaece46319a59087b08485d9b1d95b404bb53f8.tar.gz
update to 0.10.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 188a0ab7faf6..db9e25476308 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtile
pkgdesc = A full-featured, pure-Python tiling window manager.
- pkgver = 0.10.2
- pkgrel = 2
+ pkgver = 0.10.4
+ pkgrel = 1
url = http://www.qtile.org
install = qtile.install
arch = any
@@ -13,8 +13,8 @@ pkgbase = qtile
depends = python-cairocffi>=0.7
optdepends = python-setproctitle: change the process name to qtile
conflicts = qtile-git
- source = https://github.com/qtile/qtile/archive/v0.10.2.tar.gz
- md5sums = ae32df99d6a1d09dcd2f76696e7716fe
+ source = https://github.com/qtile/qtile/archive/v0.10.4.tar.gz
+ md5sums = ead419b2f2a62fb923d947564b3b3cc9
pkgname = qtile
diff --git a/PKGBUILD b/PKGBUILD
index d0eebd5697f4..7996568d8311 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: roger rogerduran at gmail
pkgname=qtile
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.10.4
+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.3.2' 'python-cairocffi>=0.7')
+depends=('python' 'pango' 'python-xcffib>=0.4.0' 'python-cairocffi>=0.7')
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=('ae32df99d6a1d09dcd2f76696e7716fe')
+md5sums=('ead419b2f2a62fb923d947564b3b3cc9')
package() {
cd "$srcdir/$pkgname-$pkgver/"