summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dab6b692dd5b..8c8aab52a456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gamescope-git
pkgdesc = Micro-compositor formerly known as steamcompmgr
- pkgver = 3.11.47.r11.g677e3b6
- pkgrel = 1
+ pkgver = 3.11.48.r8.g9898067
+ pkgrel = 2
url = https://github.com/Plagman/gamescope
arch = x86_64
license = custom:BSD-2-Clause
diff --git a/PKGBUILD b/PKGBUILD
index db8f1742e2f9..a964dde62f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=gamescope
pkgname=${_pkgname}-git
-pkgver=3.11.47.r11.g677e3b6
-pkgrel=1
+pkgver=3.11.48.r8.g9898067
+pkgrel=2
pkgdesc="Micro-compositor formerly known as steamcompmgr"
arch=(x86_64)
url="https://github.com/Plagman/gamescope"
@@ -47,7 +47,7 @@ prepare() {
git submodule init
git config submodule.subprojects/wlroots.url "$srcdir/wlroots"
git config submodule.subprojects/libliftoff.url "$srcdir/libliftoff"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
# make stb.wrap use our local clone
sed -i "s|https://github.com/nothings/stb.git|$srcdir/stb|" "subprojects/stb.wrap"