summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormemchr2023-09-17 12:07:20 +0000
committermemchr2023-09-17 12:07:20 +0000
commit5136fdb4d44c3a36110a758ba9bc6bfeac447365 (patch)
treed128beccd2533482b1ac5feb5a0eb2025a75b151
parent4c450495cb049461e4da80638cb2409b14ac49af (diff)
downloadaur-5136fdb4d44c3a36110a758ba9bc6bfeac447365.tar.gz
disable wlroots examples
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 433606b7decb..25649329a290 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hyprland-git
pkgdesc = A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.
- pkgver = 0.28.0.r70.fff118fa
+ pkgver = 0.29.1.r85.c8cc811e
pkgrel = 1
url = https://github.com/hyprwm/Hyprland
arch = x86_64
@@ -49,7 +49,7 @@ pkgbase = hyprland-git
depends = xorg-xinput
depends = xorg-xwayland
depends = libdisplay-info.so
- provides = hyprland=0.28.0
+ provides = hyprland=0.29.1
conflicts = hyprland
source = git+https://github.com/hyprwm/Hyprland.git
source = git+https://gitlab.freedesktop.org/wlroots/wlroots.git
diff --git a/PKGBUILD b/PKGBUILD
index 6c84d42b5d6e..e5b9692622c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: ThatOneCalculator <kainoa at t1c dot dev>
pkgname=hyprland-git
-pkgver=0.28.0.r70.fff118fa
+pkgver=0.29.1.r85.c8cc811e
pkgrel=1
pkgdesc="A dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks."
arch=(x86_64 aarch64)
@@ -97,7 +97,7 @@ pkgver() {
build() {
cd Hyprland
pushd subprojects/wlroots
- meson build/ --prefix="$srcdir/tmpwlr" --buildtype=release
+ meson build/ --prefix="$srcdir/tmpwlr" --buildtype=release -Dexamples=false
ninja -C build/
mkdir -p "$srcdir/tmpwlr"
ninja -C build/ install