summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormcol2022-02-02 18:30:31 +0000
committermcol2022-02-02 18:30:31 +0000
commitabd6e77790db1c2fcd297fc36872ce56f217588a (patch)
tree9035f9e005a8c2e606811d25328f62464501134d /PKGBUILD
parent61819cf588a45b9981e18463ff16defa7d810854 (diff)
downloadaur-abd6e77790db1c2fcd297fc36872ce56f217588a.tar.gz
Add version bounds to pywlroots
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0db823481e2..5539da84d3d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ checkdepends=(
'python-dbus-next'
'python-gobject'
'python-pytest'
- 'python-pywlroots'
+ 'python-pywlroots>=0.15.5' 'python-pywlroots<0.16.0'
'python-xdg'
'python-xvfbwrapper'
'wlroots'