From 22d9aa3b2e5fe0cee654e830b5715901b37cf0bd Mon Sep 17 00:00:00 2001 From: tomikun <60690056+alexytomi@users.noreply.github.com> Date: Thu, 28 May 2026 11:55:37 +0800 Subject: [PATCH] build(Archlinux): Shallow clone dependent submodules (#5206) --- packaging/linux/Arch/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/linux/Arch/PKGBUILD b/packaging/linux/Arch/PKGBUILD index d6eaa4ff..00a934cd 100644 --- a/packaging/linux/Arch/PKGBUILD +++ b/packaging/linux/Arch/PKGBUILD @@ -116,7 +116,7 @@ fi prepare() { cd "$pkgname" - git submodule update --recursive --init + git submodule update --recursive --init --depth 1 } build() {