From 007c73aba725fc866773ad3cc31dda3982c474d1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 25 Apr 2026 14:49:45 -0400 Subject: [PATCH] niri: update to 26.04. --- srcpkgs/niri/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/niri/template b/srcpkgs/niri/template index 7a92a19e9d7..823b1f131a7 100644 --- a/srcpkgs/niri/template +++ b/srcpkgs/niri/template @@ -1,7 +1,7 @@ # Template file for 'niri' pkgname=niri -version=25.11 -revision=2 +version=26.04 +revision=1 build_style=cargo build_helper="qemu" configure_args="--no-default-features --features dbus,xdp-gnome-screencast" @@ -17,7 +17,7 @@ license="GPL-3.0-or-later" homepage="https://niri-wm.github.io/niri/" changelog="https://github.com/niri-wm/niri/releases" distfiles="https://github.com/niri-wm/niri/archive/refs/tags/v${version}.tar.gz" -checksum=9a9a58dbe12e065776cc80424f22c89489f2662e881152ceae46e68bb8677d8c +checksum=134c602d8e0d53413a52d6cd58f9ce7e79a07d03288ee0a51ba1abd5db1b1ad9 pre_check() { export XDG_RUNTIME_DIR=$(mktemp -d "$wrksrc/runtime.XXXXXX")