From b68aee8cadf2751483eabe5adcf9e828960f0d75 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 5 Jan 2025 14:57:12 +0100 Subject: [PATCH] Update main.sh --- main.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.sh b/main.sh index 542ddc7..d12154f 100755 --- a/main.sh +++ b/main.sh @@ -2,17 +2,16 @@ set -e -VERSION="3.15.14" +VERSION="3.16.1" source ./pika-build-config.sh echo "$PIKA_BUILD_ARCH" > pika-build-arch # Clone Upstream -git clone --recurse-submodules https://github.com/Plagman/gamescope +git clone --recurse-submodules https://github.com/ValveSoftware/gamescope -b 3.16.1 cp -rvf ./debian ./gamescope/ cd ./gamescope -git reset --hard b2505fe4dac917aadd1ab05473d863830a7b5859 for i in $(cat ../patches/series) ; do echo "Applying Patch: $i" && patch -Np1 -i ../patches/$i || echo "Applying Patch $i Failed!"; done # Get build deps