mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
git-cliff: update to 2.2.2
This commit is contained in:
parent
33e1aa34fc
commit
a6d9e32d99
1 changed files with 6 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'git-cliff'
|
||||
pkgname=git-cliff
|
||||
version=2.2.0
|
||||
version=2.2.2
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm*" # ring
|
||||
build_style=cargo
|
||||
|
@ -8,18 +8,19 @@ build_helper=qemu
|
|||
make_install_args="--path git-cliff"
|
||||
# These tests fail without a git repo
|
||||
make_check_args="--
|
||||
--skip repo::test::git_log
|
||||
--skip repo::test::git_tags
|
||||
--skip repo::test::git_upstream_remote"
|
||||
--skip repo::test::git_upstream_remote
|
||||
--skip repo::test::get_latest_commit
|
||||
--skip repo::test::get_latest_tag"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libgit2-devel"
|
||||
makedepends="libgit2-devel libzstd-devel"
|
||||
short_desc="Changelog generator based on conventional commits"
|
||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||
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=d89af1c654e63ce2f6c09cd63d691bf531f0ccd76b670316cc71529f1d4eaccb
|
||||
checksum=c47b517907cfede556c50d790fddc07039c7ab477a2a059dde57090c97adfbac
|
||||
|
||||
post_install() {
|
||||
vdoc README.md
|
||||
|
|
Loading…
Add table
Reference in a new issue