Date: Monday, January 2, 2023 @ 13:24:40
  Author: freswa
Revision: 1372923

fix dependency on wlroots0.15 due to pacman not picking up the soname depend 
correctly

Modified:
  qtile/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-02 13:22:23 UTC (rev 1372922)
+++ PKGBUILD    2023-01-02 13:24:40 UTC (rev 1372923)
@@ -2,7 +2,7 @@
 
 pkgname=qtile
 pkgver=0.22.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A full-featured, pure-Python tiling window manager"
 arch=(x86_64)
 url="http://www.qtile.org";
@@ -17,6 +17,7 @@
   python-cffi
   python-xcffib
   python-gobject
+  wlroots0.15
   libwlroots.so=10
 )
 makedepends=(

Reply via email to