summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMubashshir2022-10-31 21:13:21 +0600
committerMubashshir2022-10-31 21:13:21 +0600
commitdb1f214780181d251be3ffbe9f8142e107a68ea9 (patch)
tree0b031c37a6403c05b11a43b2ecb2bf18d10fdd7d /PKGBUILD
parent68fd0973ab9c6df4bb55624bfbe76bc79c9ae751 (diff)
downloadaur-db1f214780181d251be3ffbe9f8142e107a68ea9.tar.gz
misc: Fix FS#76255
Signed-off-by: Mubashshir <ahmubashshir@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63ef2547b40c..86752f424b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,7 +37,7 @@ prepare() {
for n in QHexView Qt-Frameless-Window-DarkStyle;do
git config submodule."$n".url $srcdir/$n
done
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {