diff options
author | memchr | 2024-06-12 08:00:13 +0000 |
---|---|---|
committer | memchr | 2024-06-12 08:00:13 +0000 |
commit | 3a9af3d3f506af08d61dbe1740b0b63a782d6f93 (patch) | |
tree | 4b601d2c9173ecdf02ed9f7c338ed1bba6800186 | |
parent | 3a2a9942a51e68be9b0397d5c8324af201253ef7 (diff) | |
download | aur-3a9af3d3f506af08d61dbe1740b0b63a782d6f93.tar.gz |
submodules: ignore tracy update
-rw-r--r-- | PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |