Date: Wednesday, January 12, 2022 @ 09:21:53 Author: alucryd Revision: 1101508
upgpkg: gamescope 3.11.0beta2-1 Modified: gamescope/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-12 08:14:36 UTC (rev 1101507) +++ PKGBUILD 2022-01-12 09:21:53 UTC (rev 1101508) @@ -4,7 +4,7 @@ # Contributor: PedroHLC <[email protected]> pkgname=gamescope -pkgver=3.11.0.beta2 +pkgver=3.11.0beta2 pkgrel=1 pkgdesc='SteamOS session compositing window manager' arch=(x86_64) @@ -54,7 +54,7 @@ pkgver() { cd gamescope - git describe --tags | sed 's/-/./' + git describe --tags | sed 's/-//' } build() {
