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
|
pkgver=1.9.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
pkgdesc="Simplistic and highly configurable status panel for X and Wayland"
|
||||||
|
changelog=CHANGELOG.md
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url=https://codeberg.org/dnkl/yambar
|
url=https://codeberg.org/dnkl/yambar
|
||||||
license=(mit)
|
license=(mit)
|
||||||
|
|
|
@ -20,6 +20,7 @@ depends=(
|
||||||
'pipewire'
|
'pipewire'
|
||||||
'fcft>=3.0.0' 'fcft<4.0.0')
|
'fcft>=3.0.0' 'fcft<4.0.0')
|
||||||
source=()
|
source=()
|
||||||
|
changelog=CHANGELOG.md
|
||||||
|
|
||||||
pkgver() {
|
pkgver() {
|
||||||
cd ../.git &> /dev/null && git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' ||
|
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