summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-10-20 18:02:01 +0200
committerAlexandre Bouvier2022-10-20 18:02:01 +0200
commit932ecb929a14cc6d03559cd80c071fec7db4f2a2 (patch)
tree515b509dd1e4b7e9e99831bdde50cf4b9a8781ed
parentd02d6be59f4bcd407b16f0698f990a481dc27d9d (diff)
downloadaur-932ecb929a14cc6d03559cd80c071fec7db4f2a2.tar.gz
fix more
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eb37920aec1..c14f6d2acf57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ pkgver() {
prepare() {
cd $_reponame
git config submodule.ext/armips.url ../armips
- git submodule--helper update
+ git -c protocol.file.allow=always submodule update
sed -i '/COMPILE_FLAGS/s/-O2//;/FLAGS_RELEASE/s/-O2//' CMakeLists.txt
# unbundle glslang
rmdir ext/glslang