From 34cfb11f2ef7144e8a3535a6b0cd1a85686aa0a5 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 30 Mar 2024 14:49:34 +0100 Subject: [PATCH] git-cliff: update to 2.2.0 --- srcpkgs/git-cliff/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template index c9f0b362c5132d..be9d1e1cd054d2 100644 --- a/srcpkgs/git-cliff/template +++ b/srcpkgs/git-cliff/template @@ -1,7 +1,7 @@ # Template file for 'git-cliff' pkgname=git-cliff -version=2.1.2 -revision=2 +version=2.2.0 +revision=1 archs="x86_64* i686* aarch64* arm*" # ring build_style=cargo build_helper=qemu @@ -19,7 +19,7 @@ license="Apache-2.0, MIT" 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=1c321b180b071ccfa8986931576fc02ca4dbc75dff035e4c663c2cfb8ecd4683 +checksum=d89af1c654e63ce2f6c09cd63d691bf531f0ccd76b670316cc71529f1d4eaccb post_install() { vdoc README.md @@ -33,5 +33,7 @@ post_install() { OUT_DIR=${PWD} vtargetrun ${DESTDIR}/usr/bin/git-cliff-mangen vman git-cliff.1 + rm ${DESTDIR}/usr/bin/git-cliff-{completions,mangen} + vlicense LICENSE-MIT }