From 7b0797dd98589a8bf0b7469cdd3fcddd682f392e Mon Sep 17 00:00:00 2001 From: adelmonte <138840776+adelmonte@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:13:35 -0500 Subject: [PATCH] Update to v0.3.1 --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index bab5e89be75f..cc7696af7251 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = niri_window_buttons-git pkgdesc = A Waybar module for displaying and managing traditional window buttons in the Niri compositor (git version) - pkgver = 0.3.0.r0.g482fa25 + pkgver = 0.3.1.r0.g0033340 pkgrel = 1 url = https://github.com/adelmonte/niri_window_buttons arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index c11c93e22ea2..68c0f0233972 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=niri_window_buttons-git -pkgver=0.3.0.r0.g482fa25 +pkgver=0.3.1.r0.g0033340 pkgrel=1 pkgdesc="A Waybar module for displaying and managing traditional window buttons in the Niri compositor (git version)" arch=('x86_64') @@ -14,7 +14,7 @@ sha256sums=('SKIP') pkgver() { cd "$srcdir/niri_window_buttons" - printf "0.3.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" + printf "0.3.1.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } build() {