summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWorMzy Tykashi2022-10-20 10:28:52 +0100
committerWorMzy Tykashi2022-10-20 10:28:52 +0100
commit3e7fc649569efc5d912d0b4c23e48431ec11b2e6 (patch)
tree1924952368cfe603fc9adf206f1be0e0542648a2 /PKGBUILD
parentff993e821855f594be5af2c09966228d893d2428 (diff)
downloadaur-3e7fc649569efc5d912d0b4c23e48431ec11b2e6.tar.gz
Fix git submodule update [git-2.38.1|CVE-2022-39253]
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5528d586670..6edb12885cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ prepare() {
cd ${_repo}
git submodule init
git config submodule.platform.url "${srcdir}/UXP"
- git submodule update
+ git submodule--helper update
}
build() {