diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template index c9f0b362c51..be9d1e1cd05 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 }