summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--0001-AUR-Pkgbuild-changes.patch52
-rw-r--r--0002-AUR-Do-not-update-cargo-crates.patch4
-rw-r--r--0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch10
-rw-r--r--0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch6
-rw-r--r--0005-AUR-Strip-binaries-early.patch6
-rw-r--r--PKGBUILD12
-rw-r--r--PKGBUILD.testing2
8 files changed, 53 insertions, 51 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebc04b23343a..f6362579079b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = proton-ge-custom
pkgdesc = Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build
pkgver = GE.Proton8.14
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://github.com/GloriousEggroll/proton-ge-custom
install = proton-ge-custom.install
@@ -186,11 +186,11 @@ pkgbase = proton-ge-custom
sha256sums = 08d318f3dd6440a8a777cf044ccab039b0d9c8809991d2180eb3c9f903135db3
sha256sums = 0beac419c20ee2e68a1227b6e3fa8d59fec0274ed5e82d0da38613184716ef75
sha256sums = 83f65c9292137a740c4b8ea730b61cee0dbbb82e4eb3607590ba2f4377827464
- sha256sums = 8c48af68d7a36d70df5c5b359d60f40115e59fce4349ae40a039a3c9dc122049
- sha256sums = df3251bb0f5aa320628b7da6c196bd1922a55e9685d438afba37997fa49e5c82
- sha256sums = 1a50ab72a45638260e98775ed677f364f5eff2508aeb3602bdebf66212d9d944
- sha256sums = 62fd190f318c1049d1d4929459280159974471d2b7cdf3840f6282bada24630d
- sha256sums = a294a6ddf0b09f48bf2cb88476933b5b197101dfb14ba68814761aa617b507f2
+ sha256sums = 2c241545ae9ea86168e839dcc71dce20afbeb74c7eac8e585b01617f2d097aa5
+ sha256sums = ff7881cfb65032fb858f0ae861ac676af5d39bd4f4e9fc615bbbfbed2e148d94
+ sha256sums = c62bc8d716a4f9bdfa61830eb529193f30204cd79ce11f48610ae7f0f6148da5
+ sha256sums = 7a34054ced0cfd29a08d45b6008fb59c379d0703f7639fd1c7004b2ea1e1ea1e
+ sha256sums = 574d47f5a4c3e90c139554d936395ed3ed0870d5ad93fd17917a0cedf839ebcb
sha256sums = 20824bb565fefcad4aa978c54e0f8b9d9d17b7b52fb03fc87943150de148f06f
pkgname = proton-ge-custom
diff --git a/0001-AUR-Pkgbuild-changes.patch b/0001-AUR-Pkgbuild-changes.patch
index b9f25e1ee686..7e3395f47121 100644
--- a/0001-AUR-Pkgbuild-changes.patch
+++ b/0001-AUR-Pkgbuild-changes.patch
@@ -1,10 +1,10 @@
-From cd7eec9087139562cd631b9c91f0ed903ac4753f Mon Sep 17 00:00:00 2001
+From 9b97a189c732c97ed5680087d1d7d654edaa2501 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Tue, 7 Feb 2023 22:00:48 +0200
Subject: [PATCH 1/5] AUR Pkgbuild changes
---
- Makefile.in | 80 +++++++++++++++++++++++++++-------
+ Makefile.in | 82 +++++++++++++++++++++++++++-------
compatibilitytool.vdf.template | 2 +-
configure.sh | 2 +
make/rules-autoconf.mk | 4 +-
@@ -16,10 +16,10 @@ Subject: [PATCH 1/5] AUR Pkgbuild changes
make/rules-winemaker.mk | 2 +-
proton | 6 +--
toolmanifest_runtime.vdf | 3 --
- 12 files changed, 93 insertions(+), 39 deletions(-)
+ 12 files changed, 95 insertions(+), 39 deletions(-)
diff --git a/Makefile.in b/Makefile.in
-index faee5a57..4e5c34e5 100644
+index a951baf3..8ed49044 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -50,11 +50,12 @@ else
@@ -96,26 +96,28 @@ index faee5a57..4e5c34e5 100644
$(eval $(call rules-source,graphene,$(SRCDIR)/graphene))
$(eval $(call rules-meson,graphene,32))
$(eval $(call rules-meson,graphene,64))
-@@ -152,6 +171,9 @@ $(eval $(call rules-meson,graphene,64))
+@@ -152,6 +171,10 @@ $(eval $(call rules-meson,graphene,64))
##
GST_BASE_MESON_ARGS := \
+ $(GST_LTO) \
+ -Ddoc=disabled \
+ -Dtools=disabled \
++ -Dauto_features=disabled \
-Dalsa=disabled \
-Daudiomixer=disabled \
-Daudiorate=disabled \
-@@ -196,6 +218,8 @@ $(eval $(call rules-meson,gst_base,64))
+@@ -196,6 +219,9 @@ $(eval $(call rules-meson,gst_base,64))
##
GST_GOOD_MESON_ARGS := \
+ $(GST_LTO) \
+ -Ddoc=disabled \
++ -Dauto_features=disabled \
-Daalib=disabled \
-Dalpha=disabled \
-Dapetag=disabled \
-@@ -270,6 +294,7 @@ $(eval $(call rules-meson,gst_good,64))
+@@ -270,6 +296,7 @@ $(eval $(call rules-meson,gst_good,64))
FFMPEG_CONFIGURE_ARGS := \
--enable-shared \
@@ -123,7 +125,7 @@ index faee5a57..4e5c34e5 100644
--disable-static \
--disable-everything \
--disable-programs \
-@@ -293,6 +318,11 @@ FFMPEG_CONFIGURE_ARGS := \
+@@ -293,6 +320,11 @@ FFMPEG_CONFIGURE_ARGS := \
--enable-decoder=aac \
--enable-demuxer=xwma
@@ -135,7 +137,7 @@ index faee5a57..4e5c34e5 100644
$(eval $(call rules-source,ffmpeg,$(SRCDIR)/FFmpeg))
$(eval $(call rules-configure,ffmpeg,32))
$(eval $(call rules-configure,ffmpeg,64))
-@@ -337,6 +367,8 @@ $(OBJ)/.gst_plugins_rs-post-build32:
+@@ -337,6 +369,8 @@ $(OBJ)/.gst_plugins_rs-post-build32:
##
GST_BAD_MESON_ARGS := \
@@ -144,7 +146,7 @@ index faee5a57..4e5c34e5 100644
-Dfbdev=disabled \
-Ddecklink=disabled \
-Dcurl=disabled \
-@@ -356,7 +388,12 @@ GST_BAD_MESON_ARGS := \
+@@ -355,7 +389,12 @@ GST_BAD_MESON_ARGS := \
-Dvoamrwbenc=disabled \
-Dnvcodec=disabled \
-Dx265=disabled \
@@ -157,7 +159,7 @@ index faee5a57..4e5c34e5 100644
-Dgobject-cast-checks=disabled \
-Dglib-asserts=disabled \
-Dglib-checks=disabled \
-@@ -374,6 +411,7 @@ $(eval $(call rules-meson,gst_bad,64))
+@@ -373,6 +412,7 @@ $(eval $(call rules-meson,gst_bad,64))
##
GST_UGLY_MESON_ARGS := \
@@ -165,7 +167,7 @@ index faee5a57..4e5c34e5 100644
-Ddoc='disabled' \
-Dtests=disabled \
-Dgobject-cast-checks=disabled \
-@@ -549,6 +587,9 @@ OPENFST_CONFIGURE_ARGS = \
+@@ -548,6 +588,9 @@ OPENFST_CONFIGURE_ARGS = \
--with-pic \
--disable-bin \
@@ -175,7 +177,7 @@ index faee5a57..4e5c34e5 100644
$(eval $(call rules-source,openfst,$(SRCDIR)/openfst))
$(eval $(call rules-autoconf,openfst,32))
$(eval $(call rules-autoconf,openfst,64))
-@@ -611,7 +652,11 @@ WINE_SOURCE_ARGS = \
+@@ -610,7 +653,11 @@ WINE_SOURCE_ARGS = \
--exclude dlls/winevulkan/winevulkan.spec
WINE_CONFIGURE_ARGS = \
@@ -187,7 +189,7 @@ index faee5a57..4e5c34e5 100644
--disable-tests
WINE_CONFIGURE_ARGS32 = \
-@@ -681,6 +726,9 @@ DXVK_MESON_ARGS32 = --bindir=$(DXVK_DST32)/lib/wine/dxvk
+@@ -680,6 +727,9 @@ DXVK_MESON_ARGS32 = --bindir=$(DXVK_DST32)/lib/wine/dxvk
DXVK_MESON_ARGS64 = --bindir=$(DXVK_DST64)/lib64/wine/dxvk
DXVK_DEPENDS = glslang
@@ -197,7 +199,7 @@ index faee5a57..4e5c34e5 100644
$(eval $(call rules-source,dxvk,$(SRCDIR)/dxvk))
$(eval $(call rules-meson,dxvk,32,CROSS))
$(eval $(call rules-meson,dxvk,64,CROSS))
-@@ -708,6 +756,9 @@ $(OBJ)/.dxvk-post-build32:
+@@ -707,6 +757,9 @@ $(OBJ)/.dxvk-post-build32:
DXVK_NVAPI_MESON_ARGS32 = --bindir=$(DXVK_NVAPI_DST32)/lib/wine/nvapi
DXVK_NVAPI_MESON_ARGS64 = --bindir=$(DXVK_NVAPI_DST64)/lib64/wine/nvapi
@@ -207,7 +209,7 @@ index faee5a57..4e5c34e5 100644
$(eval $(call rules-source,dxvk-nvapi,$(SRCDIR)/dxvk-nvapi))
$(eval $(call rules-meson,dxvk-nvapi,32,CROSS))
$(eval $(call rules-meson,dxvk-nvapi,64,CROSS))
-@@ -782,6 +833,9 @@ ifneq ($(UNSTRIPPED_BUILD),)
+@@ -781,6 +834,9 @@ ifneq ($(UNSTRIPPED_BUILD),)
VKD3D_PROTON_MESON_ARGS = -Denable_trace=true
endif
@@ -217,7 +219,7 @@ index faee5a57..4e5c34e5 100644
$(eval $(call rules-source,vkd3d-proton,$(SRCDIR)/vkd3d-proton))
$(eval $(call rules-meson,vkd3d-proton,32,CROSS))
$(eval $(call rules-meson,vkd3d-proton,64,CROSS))
-@@ -1062,14 +1116,14 @@ $(FONTS_OBJ)/source-han/%.ttf: $$(%.ttf_CIDFONT) $$(%.ttf_FEATURES) $$(%.ttf_SEQ
+@@ -1061,14 +1117,14 @@ $(FONTS_OBJ)/source-han/%.ttf: $$(%.ttf_CIDFONT) $$(%.ttf_FEATURES) $$(%.ttf_SEQ
mkdir -p $(FONTS_OBJ)/source-han
# Do not immediately create the target file, so that make is interrupted
# it will restart again
@@ -235,7 +237,7 @@ index faee5a57..4e5c34e5 100644
mv $@.tmp $@
$(FONTS_OBJ)/ume-gothic/%.ttf: $$(%.ttf_FONT) $$(%.ttf_NAMETABLE_PATCH)
-@@ -1079,12 +1133,12 @@ $(FONTS_OBJ)/ume-gothic/%.ttf: $$(%.ttf_FONT) $$(%.ttf_NAMETABLE_PATCH)
+@@ -1078,12 +1134,12 @@ $(FONTS_OBJ)/ume-gothic/%.ttf: $$(%.ttf_FONT) $$(%.ttf_NAMETABLE_PATCH)
ttx -o $@ -m $($(notdir $@)_FONT) $(FONTS_OBJ)/ume-gothic/$(notdir $(basename $($(notdir $@)_NAMETABLE_PATCH))).ttx
$(simsun.ttc): $(simsun.ttf) $(nsimsun.ttf)
@@ -251,7 +253,7 @@ index faee5a57..4e5c34e5 100644
$(micross.ttf): $(FONTS)/scripts/merge.py $(noto_sans.ttf) $(noto_sans_arabic.ttf) $(noto_sans_armenian.ttf) $(noto_sans_bengali.ttf) $(noto_sans_coptic.ttf) \
$(noto_sans_georgian.ttf) $(noto_sans_gujarati.ttf) $(noto_sans_hebrew.ttf) $(noto_sans_khmer.ttf) $(noto_sans_tamil.ttf) \
-@@ -1210,8 +1264,8 @@ all-dist: $(DIST_OVR32) $(DIST_OVR64)
+@@ -1209,8 +1265,8 @@ all-dist: $(DIST_OVR32) $(DIST_OVR64)
##
default_pfx: wine gst_good gst_libav gst_plugins_rs lsteamclient steamexe vrclient wineopenxr dxvk dxvk-nvapi vkd3d-proton
@@ -262,7 +264,7 @@ index faee5a57..4e5c34e5 100644
rm -rf $(abspath $(DIST_PREFIX))
python3 $(SRCDIR)/default_pfx.py $(abspath $(DIST_PREFIX)) $(abspath $(DST_DIR))
-@@ -1353,7 +1407,6 @@ ifeq ($(ENABLE_CCACHE),1)
+@@ -1352,7 +1408,6 @@ ifeq ($(ENABLE_CCACHE),1)
export CCACHE_DIR := $(if $(CCACHE_DIR),$(CCACHE_DIR),$(HOME)/.ccache)
override DOCKER_OPTS := -v $(CCACHE_DIR):$(CCACHE_DIR)$(CONTAINER_MOUNT_OPTS) $(CCACHE_ENV) -e CCACHE_DIR=$(CCACHE_DIR) $(DOCKER_OPTS)
else
@@ -270,7 +272,7 @@ index faee5a57..4e5c34e5 100644
override DOCKER_OPTS := $(CCACHE_ENV) -e CCACHE_DISABLE=1 $(DOCKER_OPTS)
endif
-@@ -1368,9 +1421,6 @@ ifeq ($(CONTAINER_ENGINE),)
+@@ -1367,9 +1422,6 @@ ifeq ($(CONTAINER_ENGINE),)
CONTAINER_ENGINE := docker
endif
@@ -466,7 +468,7 @@ index 5c3b59a3..ed6589e0 100644
winebuild --$(lastword $(subst ., ,$(4))) --fake-module -E "$(basename $(4)).spec" -o "$(4).fake"
mkdir -p $$($(2)_LIBDIR$(3))/$(LIBDIR_WINE_$(3))
diff --git a/proton b/proton
-index 6e8de1cb..df4fa763 100755
+index 63fc4d48..f4b236eb 100755
--- a/proton
+++ b/proton
@@ -423,7 +423,6 @@ class Proton:
@@ -477,7 +479,7 @@ index 6e8de1cb..df4fa763 100755
def path(self, d):
return self.base_dir + d
-@@ -1872,8 +1871,6 @@ if __name__ == "__main__":
+@@ -1887,8 +1886,6 @@ if __name__ == "__main__":
g_proton = Proton(os.path.dirname(sys.argv[0]))
@@ -486,7 +488,7 @@ index 6e8de1cb..df4fa763 100755
g_compatdata = CompatData(os.environ["STEAM_COMPAT_DATA_PATH"])
-@@ -1882,7 +1879,8 @@ if __name__ == "__main__":
+@@ -1897,7 +1894,8 @@ if __name__ == "__main__":
g_session.init_wine()
if g_proton.missing_default_prefix():
@@ -509,5 +511,5 @@ index beddcbbb..b6f36788 100644
- "compatmanager_layer_name" "proton"
}
--
-2.41.0
+2.42.0
diff --git a/0002-AUR-Do-not-update-cargo-crates.patch b/0002-AUR-Do-not-update-cargo-crates.patch
index 62fc145cddbe..26bc515ccdf8 100644
--- a/0002-AUR-Do-not-update-cargo-crates.patch
+++ b/0002-AUR-Do-not-update-cargo-crates.patch
@@ -1,4 +1,4 @@
-From 04f8061c0abd6046cbf8b06d642073b8c67358fc Mon Sep 17 00:00:00 2001
+From 83467619cdfa4fe45838aeb02e22478259fccc9b Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Sun, 19 Mar 2023 10:56:59 +0200
Subject: [PATCH 2/5] AUR Do not update cargo crates
@@ -21,5 +21,5 @@ index e6529e2c..51c8f0e2 100644
-j$$(SUBJOBS) --locked --offline --verbose \
--target "$$(CARGO_TARGET_$(3))" \
--
-2.41.0
+2.42.0
diff --git a/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch b/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
index d877e55330cb..c728d9ef254e 100644
--- a/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
+++ b/0003-AUR-Remove-kaldi-openfst-vosk-api-modules-because-of.patch
@@ -1,4 +1,4 @@
-From e7677cb3eb6839cb83fc9dc3fbf8f6576ae6bf84 Mon Sep 17 00:00:00 2001
+From de2fd3288f2c380da99bf5a352670f0137074000 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 12 Jul 2023 17:56:34 +0300
Subject: [PATCH 3/5] AUR Remove kaldi, openfst, vosk-api modules because of
@@ -9,10 +9,10 @@ Subject: [PATCH 3/5] AUR Remove kaldi, openfst, vosk-api modules because of
1 file changed, 1 insertion(+), 81 deletions(-)
diff --git a/Makefile.in b/Makefile.in
-index 4e5c34e5..6587982f 100644
+index 8ed49044..880e61e9 100644
--- a/Makefile.in
+++ b/Makefile.in
-@@ -551,86 +551,6 @@ $(OBJ)/.steamexe-post-build64:
+@@ -552,86 +552,6 @@ $(OBJ)/.steamexe-post-build64:
cp $(STEAMEXE_SRC)/64/libsteam_api.so $(DST_LIBDIR64)/
touch $@
@@ -99,7 +99,7 @@ index 4e5c34e5..6587982f 100644
##
## wine
-@@ -667,7 +587,7 @@ WINE_CONFIGURE_ARGS64 = --enable-win64 \
+@@ -668,7 +588,7 @@ WINE_CONFIGURE_ARGS64 = --enable-win64 \
VKD3D_PE_CFLAGS="-I$(VULKAN_HEADERS_DST64)/include -I$(VKD3D_DST64)/include/vkd3d" \
VKD3D_PE_LIBS="-L$(VKD3D_DST64)/bin -l:libvkd3d-1.dll -l:libvkd3d-shader-1.dll"
@@ -109,5 +109,5 @@ index 4e5c34e5..6587982f 100644
$(eval $(call rules-source,wine,$(SRCDIR)/wine))
$(eval $(call rules-autoconf,wine,32))
--
-2.41.0
+2.42.0
diff --git a/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch b/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
index 93b63e6f0293..0064ed7744a7 100644
--- a/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
+++ b/0004-AUR-Copy-DLL-dependencies-of-32bit-libvkd3d-dlls-int.patch
@@ -1,4 +1,4 @@
-From 66f31afeb2382946ad50bd3e53baf8ed9d876cf3 Mon Sep 17 00:00:00 2001
+From d5e20507cd6dd95a5704d318c546ac6c1a459b57 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 12 Jul 2023 03:16:34 +0300
Subject: [PATCH 4/5] AUR Copy DLL dependencies of 32bit libvkd3d dlls into the
@@ -20,7 +20,7 @@ a runtime dependency.
1 file changed, 9 insertions(+)
diff --git a/proton b/proton
-index df4fa763..3f24bc56 100755
+index f4b236eb..1766f517 100755
--- a/proton
+++ b/proton
@@ -1084,6 +1084,15 @@ class CompatData:
@@ -40,5 +40,5 @@ index df4fa763..3f24bc56 100755
if use_wined3d:
dxvkfiles = []
--
-2.41.0
+2.42.0
diff --git a/0005-AUR-Strip-binaries-early.patch b/0005-AUR-Strip-binaries-early.patch
index 03c62dced943..8c9b8ecbe6be 100644
--- a/0005-AUR-Strip-binaries-early.patch
+++ b/0005-AUR-Strip-binaries-early.patch
@@ -1,4 +1,4 @@
-From 57a6b4cede0e7a34f05fc5fbf2305d408d3d3367 Mon Sep 17 00:00:00 2001
+From fb91e7c252f09748ee5b2414d9725458e7553a21 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Wed, 23 Aug 2023 19:31:35 +0300
Subject: [PATCH 5/5] AUR Strip binaries early
@@ -8,7 +8,7 @@ Subject: [PATCH 5/5] AUR Strip binaries early
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
-index 6587982f..e87bb4eb 100644
+index 880e61e9..622d63b8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -54,7 +54,7 @@ CFLAGS ?= -O2 -march=nocona -mtune=core-avx2
@@ -21,5 +21,5 @@ index 6587982f..e87bb4eb 100644
COMMON_FLAGS64 := -mcmodel=small
CARGO_BUILD_ARGS += --release
--
-2.41.0
+2.42.0
diff --git a/PKGBUILD b/PKGBUILD
index 710d8508f9d1..c20206325df5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _commit=3e58193bcc507a3f80d4d918482a267acce2cd27
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"
@@ -264,11 +264,11 @@ sha256sums=('SKIP'
'08d318f3dd6440a8a777cf044ccab039b0d9c8809991d2180eb3c9f903135db3'
'0beac419c20ee2e68a1227b6e3fa8d59fec0274ed5e82d0da38613184716ef75'
'83f65c9292137a740c4b8ea730b61cee0dbbb82e4eb3607590ba2f4377827464'
- '8c48af68d7a36d70df5c5b359d60f40115e59fce4349ae40a039a3c9dc122049'
- 'df3251bb0f5aa320628b7da6c196bd1922a55e9685d438afba37997fa49e5c82'
- '1a50ab72a45638260e98775ed677f364f5eff2508aeb3602bdebf66212d9d944'
- '62fd190f318c1049d1d4929459280159974471d2b7cdf3840f6282bada24630d'
- 'a294a6ddf0b09f48bf2cb88476933b5b197101dfb14ba68814761aa617b507f2'
+ '2c241545ae9ea86168e839dcc71dce20afbeb74c7eac8e585b01617f2d097aa5'
+ 'ff7881cfb65032fb858f0ae861ac676af5d39bd4f4e9fc615bbbfbed2e148d94'
+ 'c62bc8d716a4f9bdfa61830eb529193f30204cd79ce11f48610ae7f0f6148da5'
+ '7a34054ced0cfd29a08d45b6008fb59c379d0703f7639fd1c7004b2ea1e1ea1e'
+ '574d47f5a4c3e90c139554d936395ed3ed0870d5ad93fd17917a0cedf839ebcb'
'20824bb565fefcad4aa978c54e0f8b9d9d17b7b52fb03fc87943150de148f06f')
# Optional patches
sha256sums+=(
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 15c87c5d6bde..80fdb29d639d 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -6,7 +6,7 @@ _commit=3e58193bcc507a3f80d4d918482a267acce2cd27
pkgver=${_srctag//-/.}
_geckover=2.47.3
_monover=8.0.1
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc="Compatibility tool for Steam Play based on Wine and additional components, GloriousEggroll's custom build"
url="https://github.com/GloriousEggroll/proton-ge-custom"