From 44fe086f64036d7646808a5fd7ea1a93aa44a7af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Wed, 9 Feb 2022 18:02:09 +0100 Subject: [PATCH] git-cliff: update to 0.6.0. --- srcpkgs/git-cliff/template | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template index b001ed458c70cc..0d14d547541e7d 100644 --- a/srcpkgs/git-cliff/template +++ b/srcpkgs/git-cliff/template @@ -1,6 +1,6 @@ # Template file for 'git-cliff' pkgname=git-cliff -version=0.3.0 +version=0.6.0 revision=1 build_style=cargo make_install_args="--path git-cliff" @@ -9,5 +9,10 @@ short_desc="Changelog generator based on conventional commits" maintainer="Jan Christian Grünhage " license="GPL-3.0-only" homepage="https://github.com/orhun/git-cliff" +changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md" distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz" -checksum=a2961e97837c40e3b3b00a31e3221585932ac65981bc31d0c20d061c003e9462 +checksum=451db5e7ce904f33cf5772cd67400015829e5b7b3d18955bc3e8f88977b63793 + +post_install() { + vdoc README.md +}