summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevku2022-10-27 16:38:07 +0300
committerkevku2022-10-27 16:38:07 +0300
commitb4e2c15f4af6c551fb07f867bbd4abee6a7669bd (patch)
tree69634df853f3e5bdc8612237b105f48987636420
parent49dbad42c42ba48ba65b6adbb16ad6818fc64ed6 (diff)
downloadaur-b4e2c15f4af6c551fb07f867bbd4abee6a7669bd.tar.gz
git allow file protocol
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8d45aed617d..dcb6d18aea54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ prepare() {
cd "$srcdir/$pkgbase"
git submodule init
git config submodule.lib/web-eid.js.url $srcdir/web-eid-js
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {