summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGin-no-kami2022-10-31 08:37:36 -0400
committerGin-no-kami2022-10-31 08:37:36 -0400
commit25b37f35c2c92cf4e29cf1caa82545911d24ddff (patch)
treefce919979103c83cb5b4c3d60ae8a14bcdb38198
parente8c3edb0db949032b7f648213335381d143b90fc (diff)
downloadaur-25b37f35c2c92cf4e29cf1caa82545911d24ddff.tar.gz
Updated trackma-git pkgbuild with new flags for git submodule
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c66fdea2144..462f3430acfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ prepare() {
cd ${pkgname}
git submodule init
git config submodule."trackma/data/anime-relations".url $srcdir/anime-relations
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
package() {