git-cliff: update to 2.2.0

This commit is contained in:
Marcin Puc 2024-03-30 14:49:34 +01:00 committed by cinerea0
parent b89be16f95
commit a7838ddcfb
1 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'git-cliff' # Template file for 'git-cliff'
pkgname=git-cliff pkgname=git-cliff
version=2.1.2 version=2.2.0
revision=2 revision=1
archs="x86_64* i686* aarch64* arm*" # ring archs="x86_64* i686* aarch64* arm*" # ring
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
@ -19,7 +19,7 @@ license="Apache-2.0, MIT"
homepage="https://github.com/orhun/git-cliff" homepage="https://github.com/orhun/git-cliff"
changelog="https://raw.githubusercontent.com/orhun/git-cliff/main/CHANGELOG.md" 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" distfiles="https://github.com/orhun/git-cliff/archive/refs/tags/v${version}.tar.gz"
checksum=1c321b180b071ccfa8986931576fc02ca4dbc75dff035e4c663c2cfb8ecd4683 checksum=d89af1c654e63ce2f6c09cd63d691bf531f0ccd76b670316cc71529f1d4eaccb
post_install() { post_install() {
vdoc README.md vdoc README.md
@ -33,5 +33,7 @@ post_install() {
OUT_DIR=${PWD} vtargetrun ${DESTDIR}/usr/bin/git-cliff-mangen OUT_DIR=${PWD} vtargetrun ${DESTDIR}/usr/bin/git-cliff-mangen
vman git-cliff.1 vman git-cliff.1
rm ${DESTDIR}/usr/bin/git-cliff-{completions,mangen}
vlicense LICENSE-MIT vlicense LICENSE-MIT
} }