summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa4b00ef3bb1..0984b55f1926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ prepare() {
cd telegram-bot-api
git submodule init
git config submodule.td.url ../td
- git submodule update
+ git -c protocol.file.allow=always submodule update
}
build() {