summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 567be7f46dbe..8a46c991fbe0 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 update
+ git submodule--helper update
export RUSTUP_TOOLCHAIN=stable
echo "Removing old Rust build artifacts"