summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
-rw-r--r--PKGBUILD.testing1
2 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e76b34811e6..fd0c6ee8084f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -141,6 +141,7 @@ 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/ValveSoftware/Proton.git
git -c protocol.file.allow=always submodule update --init --filter=tree:0 --recursive
diff --git a/PKGBUILD.testing b/PKGBUILD.testing
index 3911d2e7a1bc..72cd706aed40 100644
--- a/PKGBUILD.testing
+++ b/PKGBUILD.testing
@@ -141,6 +141,7 @@ 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/ValveSoftware/Proton.git
git -c protocol.file.allow=always submodule update --init --filter=tree:0 --recursive