summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Bouvier2022-10-20 05:54:03 +0200
committerAlexandre Bouvier2022-10-20 05:54:03 +0200
commit6c23ae321eebbc9104e730612d374265226c0fe3 (patch)
tree74ab7a5189588c903a3ee7dbdd269789ac091186 /PKGBUILD
parent157ddc04e4220919a38999f25fe3eea6b2b30911 (diff)
downloadaur-6c23ae321eebbc9104e730612d374265226c0fe3.tar.gz
fix for git 2.38.1
* https://bbs.archlinux.org/viewtopic.php?id=280571
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2dc7099874a8..a9b4095c1394 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -48,7 +48,7 @@ prepare() {
cd $_reponame
git config submodule.core/deps/Vulkan-Headers.url ../Vulkan-Headers
git config submodule.core/deps/VulkanMemoryAllocator.url ../VulkanMemoryAllocator
- git submodule update
+ git submodule--helper update
patch -Np1 < ../unbundle-libs.patch
rm -r core/deps/libretro-common/include/libchdr
}