summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-08-19 16:40:18 -0400
committeréclairevoyant2023-08-19 16:40:18 -0400
commit8d6a6fc5a7e9192db2c5323033ab614399bb6afd (patch)
treee9ceced3a0661fe7e67dc69887261b22b6dbfcb2
parent9ce949f6511a5a63cd5acd62fd3f7a56a83785b7 (diff)
downloadaur-8d6a6fc5a7e9192db2c5323033ab614399bb6afd.tar.gz
hyprland-git: add tracy submodule
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59f940a6602d..433606b7decb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = hyprland-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.26.0.r96.f49af187
- pkgrel = 2
+ pkgver = 0.28.0.r70.fff118fa
+ pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
arch = aarch64
@@ -49,12 +49,14 @@ pkgbase = hyprland-git
depends = xorg-xinput
depends = xorg-xwayland
depends = libdisplay-info.so
- provides = hyprland=0.26.0
+ provides = hyprland=0.28.0
conflicts = hyprland
source = git+https://github.com/hyprwm/Hyprland.git
source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
source = git+https://github.com/hyprwm/hyprland-protocols.git
source = git+https://github.com/canihavesomecoffee/udis86.git
+ source = git+https://github.com/wolfpld/tracy.git
+ b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 158f7d3bbe7a..3b02a458751f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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