summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger2015-07-08 00:26:51 -0300
committerroger2015-07-08 00:26:51 -0300
commit2a606fc92a8cd19779b380b06f3861f199a7a1ef (patch)
tree832346de3d3ac50b254339d6ecd4e24d27524a89
parent61fe3768694411f18109321840d093a28253129c (diff)
downloadaur-2a606fc92a8cd19779b380b06f3861f199a7a1ef.tar.gz
updated to qtile 0.10.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13f3ea642443..2873b66793dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.0
-# Fri Feb 13 16:12:44 UTC 2015
pkgbase = qtile
pkgdesc = A full-featured, pure-Python tiling window manager.
- pkgver = 0.9.1
- pkgrel = 2
+ pkgver = 0.10.0
+ pkgrel = 1
url = http://www.qtile.org
install = qtile.install
arch = any
@@ -11,12 +9,12 @@ pkgbase = qtile
makedepends = python-distribute
depends = python
depends = pango
- depends = python-xcffib>=0.1.11
- depends = python-cairocffi
+ depends = python-xcffib>=0.3.2
+ 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.9.1.tar.gz
- md5sums = 0a24f8111d94cb07eae3b276b97fb042
+ source = https://github.com/qtile/qtile/archive/v0.10.0.tar.gz
+ md5sums = fb95960b4d495f6637da83c9d54c2c6a
pkgname = qtile
diff --git a/PKGBUILD b/PKGBUILD
index f51e1927c428..fb8ccf325f95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: roger rogerduran at gmail
pkgname=qtile
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.10.0
+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.1.11' 'python-cairocffi')
+depends=('python' 'pango' 'python-xcffib>=0.3.2' '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=('0a24f8111d94cb07eae3b276b97fb042')
+md5sums=('fb95960b4d495f6637da83c9d54c2c6a')
package() {
cd "$srcdir/$pkgname-$pkgver/"