summarylogtreecommitdiffstats
path: root/PKGBUILD.testing
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.testing')
-rw-r--r--PKGBUILD.testing2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 2880167b3c05..e32e9f7cedc6 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -146,6 +146,8 @@ prepare() {
mv "$srcdir"/wine-gecko-${_geckover}-x86{,_64}.tar.xz contrib/
mv "$srcdir"/wine-mono-${_monover}-x86.tar.xz contrib/
+ # Explicitly set origin URL for submodules using relative paths
+ git remote set-url origin https://github.com/gloriouseggroll/proton-ge-custom.git
git -c protocol.file.allow=always submodule update --init --filter=tree:0 --recursive
for rustlib in gst-plugins-rs media-converter; do