summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2023-07-22 01:16:35 +0300
committerStelios Tsampas2023-07-22 01:16:35 +0300
commit2affaaa89c2ebc0242a17690d187e6977f709c1c (patch)
tree94d6f9957d34bfe0e6fc3671e3eedfba917370ae
parent438cdf0f44cda525104b0432ddd2d33b2f22a063 (diff)
downloadaur-2affaaa89c2ebc0242a17690d187e6977f709c1c.tar.gz
[proton-ge-custom] Set origin url
-rw-r--r--PKGBUILD2
-rw-r--r--PKGBUILD.testing2
2 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3d4e62f7fa7..743374e44821 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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
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