summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormcol2022-02-13 16:47:43 +0000
committermcol2022-02-13 16:47:43 +0000
commit6554aaf8ea97f60ce79db3c9a5cf5a500190ed29 (patch)
treecd44457c4de14327493d8bfa9fa1aefbaa62d975
parentabd6e77790db1c2fcd297fc36872ce56f217588a (diff)
downloadaur-6554aaf8ea97f60ce79db3c9a5cf5a500190ed29.tar.gz
Bump pywlroots minimum version and add to makedepends
It is required for building the CFFI wrapper for libinput in the Wayland backend.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb075d9ecc1f..e23cb8ace09b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtile-git
pkgdesc = A full-featured, pure-Python tiling window manager. (git version)
- pkgver = 0.20.0.r3.g9b31bce6
- pkgrel = 3
+ pkgver = 0.20.0.r33.gc1f50739
+ pkgrel = 1
url = http://www.qtile.org
install = qtile-git.install
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = qtile-git
checkdepends = python-dbus-next
checkdepends = python-gobject
checkdepends = python-pytest
- checkdepends = python-pywlroots>=0.15.5
+ checkdepends = python-pywlroots>=0.15.7
checkdepends = python-pywlroots<0.16.0
checkdepends = python-xdg
checkdepends = python-xvfbwrapper
@@ -29,6 +29,8 @@ pkgbase = qtile-git
makedepends = python-setuptools
makedepends = python-setuptools-scm
makedepends = libpulse
+ makedepends = python-pywlroots>=0.15.7
+ makedepends = python-pywlroots<0.16.0
depends = gdk-pixbuf2
depends = glibc
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index 5539da84d3d6..50659a33ccee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: roger <roger@rogerpc.com.ar>
pkgname=qtile-git
-pkgver=0.20.0.r3.g9b31bce6
-pkgrel=3
+pkgver=0.20.0.r33.gc1f50739
+pkgrel=1
pkgdesc="A full-featured, pure-Python tiling window manager. (git version)"
arch=('x86_64')
url="http://www.qtile.org"
@@ -21,7 +21,13 @@ depends=(
'python-xcffib'
)
-makedepends=('git' 'python-setuptools' 'python-setuptools-scm' 'libpulse')
+makedepends=(
+ 'git'
+ 'python-setuptools'
+ 'python-setuptools-scm'
+ 'libpulse'
+ 'python-pywlroots>=0.15.7' 'python-pywlroots<0.16.0'
+)
checkdepends=(
'dbus'
'graphviz'
@@ -34,7 +40,7 @@ checkdepends=(
'python-dbus-next'
'python-gobject'
'python-pytest'
- 'python-pywlroots>=0.15.5' 'python-pywlroots<0.16.0'
+ 'python-pywlroots>=0.15.7' 'python-pywlroots<0.16.0'
'python-xdg'
'python-xvfbwrapper'
'wlroots'