diff --git a/PKGBUILD b/PKGBUILD index 256706c..6ca4ecd 100644 --- a/PKGBUILD +++ b/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) diff --git a/PKGBUILD.wayland-only b/PKGBUILD.wayland-only index b64ae25..385ac0b 100644 --- a/PKGBUILD.wayland-only +++ b/PKGBUILD.wayland-only @@ -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' ||