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() {