summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2022-10-31 16:26:00 +0100
committerFabioLolix2022-10-31 16:26:00 +0100
commit85a3d5e7a846c9257c39b2037110fa76b3c46096 (patch)
tree807e78132bddcdac801758d4e9e872ed3ca306a6
parent3ef55bfc34fd2f25fc00f1473b22fb680d15b22f (diff)
downloadaur-85a3d5e7a846c9257c39b2037110fa76b3c46096.tar.gz
update
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5e98e63b335..2082b4313750 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,7 +25,7 @@ prepare() {
git config 'submodule.doc.url' "${srcdir}/mindforger-repository"
git config 'submodule.deps/mitie.url' "${srcdir}/mindforger-MITIE"
git config 'submodule.deps/cmark-gfm.url' "${srcdir}/mindforger-cmark"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {