From 20b200c5d5947f88ee91c95732a2c1aa9bc24efb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Fri, 8 Apr 2022 14:26:19 +0200 Subject: [PATCH] git-cliff: update to 0.6.1. --- srcpkgs/git-cliff/template | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template index 0d14d547541e..64c55a3c6da4 100644 --- a/srcpkgs/git-cliff/template +++ b/srcpkgs/git-cliff/template @@ -1,8 +1,9 @@ # Template file for 'git-cliff' pkgname=git-cliff -version=0.6.0 +version=0.6.1 revision=1 build_style=cargo +build_helper=qemu make_install_args="--path git-cliff" make_check_args="-- --skip repo::test::git_log" # This test fails without a git repo short_desc="Changelog generator based on conventional commits" @@ -11,8 +12,15 @@ 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=451db5e7ce904f33cf5772cd67400015829e5b7b3d18955bc3e8f88977b63793 +checksum=045fb10ad0ee340172397f2bb6521c7ee0a83dca2c9f9d177300601f6c60184f post_install() { vdoc README.md + + mkdir completions + OUT_DIR=completions vtargetrun ${DESTDIR}/usr/bin/git-cliff-completions + + vcompletion "completions/_git-cliff" zsh + vcompletion "completions/git-cliff.fish" fish + vcompletion "completions/git-cliff.bash" bash }