Date: Wednesday, August 17, 2022 @ 15:39:07 Author: alucryd Revision: 1266733
upgpkg: gamescope 3.11.36-1 Modified: gamescope/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-17 14:55:50 UTC (rev 1266732) +++ PKGBUILD 2022-08-17 15:39:07 UTC (rev 1266733) @@ -4,7 +4,7 @@ # Contributor: PedroHLC <[email protected]> pkgname=gamescope -pkgver=3.11.32 +pkgver=3.11.36 pkgrel=1 pkgdesc='SteamOS session compositing window manager' arch=(x86_64) @@ -43,7 +43,7 @@ ninja vulkan-headers ) -_tag=b1c38598ee8b9e96c8f86c195c93048ec2f4341c +_tag=cb59480be00a28bbd7462df6abd17d4c752121f0 source=(git+https://github.com/Plagman/gamescope.git#tag=${_tag}) b2sums=('SKIP') @@ -52,10 +52,10 @@ meson subprojects download } -#pkgver() { -# cd gamescope -# git describe --tags | sed 's/-//' -#} +pkgver() { + cd gamescope + git describe --tags | sed 's/-//' +} build() { export LDFLAGS="$LDFLAGS -lrt"
