summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMerlin Jehli2024-05-15 00:20:03 +0200
committerMerlin Jehli2024-05-15 00:20:03 +0200
commit89b65315940abedc1005b0452f0b87d9d9d3a458 (patch)
tree350a0e1ed7c3efe0f6aacb49ac5798e2ebf63eb5
parentf7549ae5552998160ac021c262fdd093aba9a80e (diff)
downloadaur-89b65315940abedc1005b0452f0b87d9d9d3a458.tar.gz
Revert "bug fix"
This reverts commit f6e59f3545fd08e898b6d78cf8f61c57e8e22248.
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2054f2f451d6..1938ac4416ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -81,9 +81,10 @@ prepare() {
cd "$srcdir/$_pkgname"
# meson subprojects download
+ git submodule init
git config submodule.src/reshade.url ../reshade
git config submodule.thirdparty/SPIRV-Headers.url ../SPIRV-Headers
- git -c protocol.file.allow=always submodule update --init --recursive
+ git -c protocol.file.allow=always submodule update
# make stb.wrap use our local clone
rm -rf subprojects/stb