diff options
author | éclairevoyant | 2023-08-19 16:40:18 -0400 |
---|---|---|
committer | éclairevoyant | 2023-08-19 16:40:18 -0400 |
commit | 8d6a6fc5a7e9192db2c5323033ab614399bb6afd (patch) | |
tree | e9ceced3a0661fe7e67dc69887261b22b6dbfcb2 /PKGBUILD | |
parent | 9ce949f6511a5a63cd5acd62fd3f7a56a83785b7 (diff) | |
download | aur-8d6a6fc5a7e9192db2c5323033ab614399bb6afd.tar.gz |
hyprland-git: add tracy submodule
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,8 +3,8 @@ # Contributor: ThatOneCalculator <kainoa at t1c dot dev> pkgname=hyprland-git -pkgver=0.26.0.r96.f49af187 -pkgrel=2 +pkgver=0.28.0.r70.fff118fa +pkgrel=1 pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks." arch=(x86_64 aarch64) url="https://github.com/hyprwm/Hyprland" @@ -57,10 +57,12 @@ conflicts=(hyprland) source=("git+https://github.com/hyprwm/Hyprland.git" "git+https://gitlab.freedesktop.org/wlroots/wlroots.git" "git+https://github.com/hyprwm/hyprland-protocols.git" - "git+https://github.com/canihavesomecoffee/udis86.git") + "git+https://github.com/canihavesomecoffee/udis86.git" + "git+https://github.com/wolfpld/tracy.git") b2sums=('SKIP' 'SKIP' 'SKIP' + 'SKIP' 'SKIP') prepare() { @@ -69,6 +71,7 @@ prepare() { git config submodule.wlroots.url "$srcdir/wlroots" git config submodule.subprojects/hyprland-protocols.url "$srcdir/hyprland-protocols" git config submodule.subprojects/udis86.url "$srcdir/udis86" + git config submodule.subprojects/tracy.url "$srcdir/tracy" git -c protocol.file.allow=always submodule update make fixwlr |