Date: Friday, January 14, 2022 @ 17:12:07 Author: alucryd Revision: 1103348
upgpkg: gamescope 3.11.0beta4-1 Modified: gamescope/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-14 16:34:53 UTC (rev 1103347) +++ PKGBUILD 2022-01-14 17:12:07 UTC (rev 1103348) @@ -4,7 +4,7 @@ # Contributor: PedroHLC <[email protected]> pkgname=gamescope -pkgver=3.11.0beta3 +pkgver=3.11.0beta4 pkgrel=1 pkgdesc='SteamOS session compositing window manager' arch=(x86_64) @@ -43,7 +43,7 @@ ninja vulkan-headers ) -_tag=8b00767ed5080c45ce62898434e7a0a4083db6d8 +_tag=dd68d7bffe9f1a6b8811a807abff1d3d4df930cc source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag}) b2sums=(SKIP) @@ -60,7 +60,7 @@ build() { export LDFLAGS="$LDFLAGS -lrt" arch-meson gamescope build \ - -Dforce_fallback_for= \ + -Dforce_fallback_for=stb \ -Dpipewire=enabled meson compile -C build }
