summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-Hsuan Yen2022-10-23 17:17:30 +0800
committerChih-Hsuan Yen2022-10-23 17:18:04 +0800
commitbec8432640fbd8ed4fd83651b5efdb4bf6dd6cde (patch)
tree40e58091452f05047a51cb2481c912d183ce7775
parent0bef0f6af29b646d23dca6ed1ef2aa168b5d218d (diff)
downloadaur-bec8432640fbd8ed4fd83651b5efdb4bf6dd6cde.tar.gz
Add `-c protocol.file.allow=always` to my other packages
See: 0dfd9f002580878cd55b40a4e5ffd6c06c4612a2 Addresses https://aur.archlinux.org/packages/python-onnxruntime#comment-886281
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1a73e2af434..bf4245145d55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ prepare() {
git submodule init
git config submodule.third_party/onnx.url "$srcdir"/onnx-daquexian
- git submodule update third_party/onnx
+ git -c protocol.file.allow=always submodule update third_party/onnx
}
build() {