summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-20 12:22:58 -0600
committerMark Wagie2022-10-20 12:22:58 -0600
commit07cf52b9df35e10238f58a38af0df600b13e7b37 (patch)
tree426a578678d6210dcac63cf84a9839b383d19b07 /PKGBUILD
parent164a43acd16ae817a6fd9aad9d57d3a564d65685 (diff)
downloadaur-07cf52b9df35e10238f58a38af0df600b13e7b37.tar.gz
improve adjustment for git 2.38.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a46c991fbe0..002252260296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,7 @@ prepare() {
cd "$srcdir/mullvadvpn-app"
git submodule init
git config submodule.dist-assets/binaries.url "$srcdir/mullvadvpn-app-binaries"
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
export RUSTUP_TOOLCHAIN=stable
echo "Removing old Rust build artifacts"