summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-11-08 17:03:13 +0100
committerSefa Eyeoglu2022-11-08 17:03:13 +0100
commit26085347f349ee935a4e8c97b23459031f1e0855 (patch)
tree17ed105d37e1e44ade91ae4055b307b455f41628
parentdf57230198fd8f7accfbec49a9925b4c1a1aeea3 (diff)
downloadaur-26085347f349ee935a4e8c97b23459031f1e0855.tar.gz
upgpkg: gamescope-git 3.11.48.r8.g9898067-2
-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"