summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemchr2024-06-12 08:00:13 +0000
committermemchr2024-06-12 08:00:13 +0000
commit3a9af3d3f506af08d61dbe1740b0b63a782d6f93 (patch)
tree4b601d2c9173ecdf02ed9f7c338ed1bba6800186
parent3a2a9942a51e68be9b0397d5c8324af201253ef7 (diff)
downloadaur-3a9af3d3f506af08d61dbe1740b0b63a782d6f93.tar.gz
submodules: ignore tracy update
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a53334c6ecd..96b19fec4a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -93,6 +93,7 @@ prepare() {
git config submodule.subprojects/wlroots-hyprland.url "$srcdir/wlroots-hyprland"
git config submodule.subprojects/hyprland-protocols.url "$srcdir/hyprland-protocols"
git config submodule.subprojects/udis86.url "$srcdir/udis86"
+ git config submodule.subprojects/tracy.update none
git -c protocol.file.allow=always submodule update
if [[ -z "$(git config --get user.name)" ]]; then