Date: Wednesday, April 5, 2023 @ 09:46:40
  Author: alerque
Revision: 1436787

upgpkg: hyprland 0.23.0beta-4; explicitly depend on library, see FS#78115

Modified:
  hyprland/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-05 09:42:01 UTC (rev 1436786)
+++ PKGBUILD    2023-04-05 09:46:40 UTC (rev 1436787)
@@ -3,7 +3,7 @@
 
 pkgname=hyprland
 pkgver=0.23.0beta
-pkgrel=3
+pkgrel=4
 pkgdesc='a highly customizable dynamic tiling Wayland compositor'
 arch=(x86_64 aarch64)
 url="https://github.com/hyprwm/${pkgname^}";
@@ -42,6 +42,7 @@
          xcb-util-wm
          xorg-xinput
          xorg-xwayland)
+depends+=(libdisplay-info.so)
 makedepends=(cmake
              gdb
              meson

Reply via email to