diff options
author | Mark Wagie | 2022-10-19 14:01:30 -0600 |
---|---|---|
committer | Mark Wagie | 2022-10-19 14:01:30 -0600 |
commit | 164a43acd16ae817a6fd9aad9d57d3a564d65685 (patch) | |
tree | 1c00d1cd080a9a4ff6ee07ae008e8e9fbae0ccce /PKGBUILD | |
parent | 53ab1547019b192ab553999a0093c06653bdd132 (diff) | |
download | aur-164a43acd16ae817a6fd9aad9d57d3a564d65685.tar.gz |
make adjustment for git 2.38.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |