forked from external/yambar
pkgbuild: add changelog
This commit is contained in:
parent
971361b046
commit
9218ef234c
2 changed files with 2 additions and 0 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -2,6 +2,7 @@ pkgname=yambar
|
|||
pkgver=1.9.0
|
||||
pkgrel=1
|
||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||
changelog=CHANGELOG.md
|
||||
arch=('x86_64' 'aarch64')
|
||||
url=https://codeberg.org/dnkl/yambar
|
||||
license=(mit)
|
||||
|
|
|
@ -20,6 +20,7 @@ depends=(
|
|||
'pipewire'
|
||||
'fcft>=3.0.0' 'fcft<4.0.0')
|
||||
source=()
|
||||
changelog=CHANGELOG.md
|
||||
|
||||
pkgver() {
|
||||
cd ../.git &> /dev/null && git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' ||
|
||||
|
|
Loading…
Add table
Reference in a new issue