From 9218ef234cc07303ecd930db42e96cc4ce41b871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 13 Jun 2023 17:07:22 +0200 Subject: [PATCH] pkgbuild: add changelog --- PKGBUILD | 1 + PKGBUILD.wayland-only | 1 + 2 files changed, 2 insertions(+) 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' ||