summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKaraoke Mugen CD2024-03-20 21:47:13 +0000
committerKaraoke Mugen CD2024-03-20 21:47:13 +0000
commit531c6f752aaf51fc71aa426486d6c0fbf14bf73f (patch)
tree2d16619d3b87a8a0585933a3d8dba4913165609d /PKGBUILD
parente252121d61cef6a0d53616c664104fc547d39dfe (diff)
downloadaur-531c6f752aaf51fc71aa426486d6c0fbf14bf73f.tar.gz
maybe fix package building
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4bbc1dbffc36..f79b2d58ae34 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -46,7 +46,7 @@ prepare() {
git submodule init
git config submodule.src/lib.url "$srcdir/${pkgname%-git}-lib"
git config submodule.assets/guestAvatars.url "$srcdir/${pkgname%-git}-guests"
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {