summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-10-20 05:53:07 +0200
committerAlexandre Bouvier2022-10-20 05:53:07 +0200
commitd02d6be59f4bcd407b16f0698f990a481dc27d9d (patch)
treeedcbd09739a598a7189a9e3735fb420b89e2b516
parent2e9a445d994d8c6f20f9c8a56c05243fbcdcb16e (diff)
downloadaur-d02d6be59f4bcd407b16f0698f990a481dc27d9d.tar.gz
fix for git 2.38.1
* https://bbs.archlinux.org/viewtopic.php?id=280571
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c5ea6a9cfe4..8eb37920aec1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -45,7 +45,7 @@ pkgver() {
prepare() {
cd $_reponame
git config submodule.ext/armips.url ../armips
- git submodule update
+ git submodule--helper update
sed -i '/COMPILE_FLAGS/s/-O2//;/FLAGS_RELEASE/s/-O2//' CMakeLists.txt
# unbundle glslang
rmdir ext/glslang