summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2022-11-03 13:25:19 +0100
committerbartus2022-11-03 13:26:55 +0100
commitdb2bd9170bcb0a0a74b5200dc879af0397c870f7 (patch)
treea6ef64619492607f664a94abc20561505831cf0a
parent5becf167ef0f2dde40f4aae3b81b4e2aceec3781 (diff)
downloadaur-db2bd9170bcb0a0a74b5200dc879af0397c870f7.tar.gz
git: allow "file" protocol
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0447b2f11205..41afdacdfc7e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ sha256sums=('SKIP'
prepare() {
cd "MEGAsync"
git config submodule.src/MEGASync/mega.url "../meganz-sdk"
- git submodule update --init
+ git -c protocol.file.allow=always submodule update --init
git -C src/MEGASync/mega apply -v "$srcdir/ffmpeg.patch"
cd "src/MEGASync"