pkgbuild: add changelog

This commit is contained in:
Daniel Eklöf 2023-06-13 17:07:22 +02:00
parent 971361b046
commit 9218ef234c
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 0 deletions

View file

@ -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)

View file

@ -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' ||