diff options
author | dequis | 2020-04-26 13:56:08 +0200 |
---|---|---|
committer | dequis | 2020-04-26 13:56:08 +0200 |
commit | afe027685631b29bc171a8e1861abd00579936e5 (patch) | |
tree | 10af49a601db5d8ce8765e85755c8940ab5447dd /.SRCINFO | |
parent | 2255f159dbd4d3b76b49835409450260994540b8 (diff) | |
download | aur-afe027685631b29bc171a8e1861abd00579936e5.tar.gz |
Update to python3
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -1,20 +1,18 @@ -# Generated by makepkg 4.2.1 -# Mon Mar 30 04:50:18 UTC 2015 pkgbase = qtile-git pkgdesc = A full-featured, pure-Python tiling window manager. (git version) - pkgver = 2118.c948877 - pkgrel = 1 + pkgver = 3444.458c4875 + pkgrel = 2 url = http://www.qtile.org install = qtile-git.install arch = any license = MIT - makedepends = python2-setuptools - depends = python2 - depends = python2-trollius + makedepends = python-setuptools + makedepends = git + depends = python depends = pango - depends = python2-xcffib>=0.2.2 - depends = python2-cairocffi - optdepends = python2-setproctitle: change the process name to qtile + depends = python-xcffib + depends = python-cairocffi + optdepends = python-setproctitle: change the process name to qtile provides = qtile conflicts = qtile source = git://github.com/qtile/qtile.git |