mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12: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'
|
# Template file for 'git-cliff'
|
||||||
pkgname=git-cliff
|
pkgname=git-cliff
|
||||||
version=2.2.0
|
version=2.2.2
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* i686* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
@ -8,18 +8,19 @@ build_helper=qemu
|
||||||
make_install_args="--path git-cliff"
|
make_install_args="--path git-cliff"
|
||||||
# These tests fail without a git repo
|
# These tests fail without a git repo
|
||||||
make_check_args="--
|
make_check_args="--
|
||||||
--skip repo::test::git_log
|
|
||||||
--skip repo::test::git_tags
|
--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"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libgit2-devel"
|
makedepends="libgit2-devel libzstd-devel"
|
||||||
short_desc="Changelog generator based on conventional commits"
|
short_desc="Changelog generator based on conventional commits"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
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=d89af1c654e63ce2f6c09cd63d691bf531f0ccd76b670316cc71529f1d4eaccb
|
checksum=c47b517907cfede556c50d790fddc07039c7ab477a2a059dde57090c97adfbac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vdoc README.md
|
vdoc README.md
|
||||||
|
|
Loading…
Add table
Reference in a new issue