mirror of
https://github.com/archlinux/aur.git
synced 2026-02-04 14:29:01 +01:00
Update to v0.3.1
This commit is contained in:
parent
63d0adfb6b
commit
7b0797dd98
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue