From 781737c10a1c3166b0c03d5b020a36c943ed8600 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Mon, 30 Oct 2023 00:46:52 +0100 Subject: [PATCH] git-cliff: update to 1.4.0 --- srcpkgs/git-cliff/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/git-cliff/template b/srcpkgs/git-cliff/template index 4182ce11379d18..d42b45d8815623 100644 --- a/srcpkgs/git-cliff/template +++ b/srcpkgs/git-cliff/template @@ -1,12 +1,12 @@ # Template file for 'git-cliff' pkgname=git-cliff -version=1.3.1 +version=1.4.0 revision=1 archs="x86_64* i686* aarch64* arm*" # ring build_style=cargo build_helper=qemu make_install_args="--path git-cliff" -make_check_args="-- --skip repo::test::git_log" # This test fails without a git repo +make_check_args="-- --skip repo::test::git_log --skip repo::test::git_tags" # This test fails without a git repo hostmakedepends="pkg-config" makedepends="libgit2-devel" short_desc="Changelog generator based on conventional commits" @@ -15,7 +15,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=909b652939299040ebbd15994d710aff7e38fa38683bb5111dd46cc4ed454b43 +checksum=8ec9a2c9cd0e97a8111a82bcf2fce415f40818897bdc76a2c5cc63d99114ec30 post_patch() { cargo update --package git2@0.18.1 --precise 0.17.2