diff --git a/packaging/linux/Arch/PKGBUILD b/packaging/linux/Arch/PKGBUILD index d6eaa4ff624..00a934cd2ca 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() {