summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroger2015-10-20 15:33:43 -0300
committerroger2015-10-20 15:33:43 -0300
commit081dd2099dbe8db4e821513a0eeb33cb557e019f (patch)
treec1c5dd41581ebf6649de9c39dd9d451961f8a48b
parent1f5e06ea2d48c2ec77166aae8cde45e28cf1928a (diff)
downloadaur-081dd2099dbe8db4e821513a0eeb33cb557e019f.tar.gz
updated to 0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--qtile.install4
3 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e376e3fc4802..188a0ab7faf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtile
pkgdesc = A full-featured, pure-Python tiling window manager.
- pkgver = 0.10.0
+ pkgver = 0.10.2
pkgrel = 2
url = http://www.qtile.org
install = qtile.install
@@ -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.0.tar.gz
- md5sums = fb95960b4d495f6637da83c9d54c2c6a
+ source = https://github.com/qtile/qtile/archive/v0.10.2.tar.gz
+ md5sums = ae32df99d6a1d09dcd2f76696e7716fe
pkgname = qtile
diff --git a/PKGBUILD b/PKGBUILD
index 6afc2b515bbc..d0eebd5697f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: roger rogerduran at gmail
pkgname=qtile
-pkgver=0.10.0
+pkgver=0.10.2
pkgrel=2
pkgdesc="A full-featured, pure-Python tiling window manager."
arch=('any')
@@ -13,7 +13,7 @@ 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=('fb95960b4d495f6637da83c9d54c2c6a')
+md5sums=('ae32df99d6a1d09dcd2f76696e7716fe')
package() {
cd "$srcdir/$pkgname-$pkgver/"
diff --git a/qtile.install b/qtile.install
index 4352bc9a442d..bdaf96f1716c 100644
--- a/qtile.install
+++ b/qtile.install
@@ -6,9 +6,7 @@ post_install() {
post_upgrade() {
echo ">>> Qtile Example Config at"
echo ">>> /usr/share/doc/qtile/default_config.py"
- echo ">>> Since qtile 0.9 qtile.spawn() doesn't use a shell anymore so redirects like > don't work"
- echo ">>> WARNING: Since 0.9.1 this package moved to python3, if you want to keep using python2, install qtile-python2"
- echo ">>> WARNING: Maybe you want to run 2to3 ~/.config/qtile/conf.py on your config to try to convert your config to python3"
+ echo ">>> WARNING: Some config breakage on 0.10.2, look at changelog https://github.com/qtile/qtile/blob/v0.10.2/CHANGELOG#L27"
}
# vim:set ts=2 sw=2 et: