diff options
author | fauno <fauno@endefensadelsl.org> | 2018-01-06 19:31:57 -0300 |
---|---|---|
committer | fauno <fauno@endefensadelsl.org> | 2018-01-06 19:31:57 -0300 |
commit | 685d3ca91babdbb7e4efed88a75fe776a593b725 (patch) | |
tree | 0f1add3030cce7d571023522cbf9b78a11c3fc74 /pcr/qtile | |
parent | b3fae2f65c48f17b2c5b534b768ca0607b9e800d (diff) | |
parent | 8161eec2a2b550802274afaf9b162195053814f2 (diff) | |
download | abslibre-685d3ca91babdbb7e4efed88a75fe776a593b725.tar.gz abslibre-685d3ca91babdbb7e4efed88a75fe776a593b725.tar.bz2 abslibre-685d3ca91babdbb7e4efed88a75fe776a593b725.zip |
Merge branch 'master' of git://git.parabola.nu/abslibre/abslibre
Diffstat (limited to 'pcr/qtile')
-rw-r--r-- | pcr/qtile/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/qtile/PKGBUILD b/pcr/qtile/PKGBUILD index 46a66aab6..c30883294 100644 --- a/pcr/qtile/PKGBUILD +++ b/pcr/qtile/PKGBUILD @@ -2,19 +2,19 @@ # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=qtile -pkgver=0.10.6 +pkgver=0.10.7 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.1' 'python-cairocffi>=0.7.2') +depends=('python' 'pango' 'python-xcffib>=0.5.1' 'python-cairocffi>=0.8.0') 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=('c0c42fb746f21f6f9d6b549595f6e16e') +sha256sums=('cbde17f5afdf2af7c80dd47c0f0ed5f8d716e3c87082c091b38e0d241ba39753') package() { cd "$srcdir/$pkgname-$pkgver/" |