Date: Monday, January 2, 2023 @ 12:57:46 Author: freswa Revision: 1372906
fix dependency on wlroots0.15 due to pacman not picking up the soname depend correctly Modified: gamescope/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-02 12:55:11 UTC (rev 1372905) +++ PKGBUILD 2023-01-02 12:57:46 UTC (rev 1372906) @@ -5,7 +5,7 @@ pkgname=gamescope pkgver=3.11.48 -pkgrel=4 +pkgrel=5 pkgdesc='SteamOS session compositing window manager' arch=(x86_64) url=https://github.com/Plagman/gamescope @@ -18,6 +18,7 @@ libliftoff.so libpipewire-0.3.so libvulkan.so + wlroots0.15 libwlroots.so=10 libx11 libxcomposite
