From 85eb36a94bb225369c47751168b234cc4c0a6e2c Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Fri, 3 Mar 2023 20:56:20 +0000 Subject: [PATCH] chezmoi: update to 2.31.1. --- srcpkgs/chezmoi/template | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/srcpkgs/chezmoi/template b/srcpkgs/chezmoi/template index a3cda9416053..fb69025aca49 100644 --- a/srcpkgs/chezmoi/template +++ b/srcpkgs/chezmoi/template @@ -1,6 +1,6 @@ # Template file for 'chezmoi' pkgname=chezmoi -version=2.31.0 +version=2.31.1 revision=1 build_style=go go_import_path="github.com/twpayne/chezmoi/v2" @@ -12,7 +12,7 @@ maintainer="classabbyamp " license="MIT" homepage="https://chezmoi.io/" distfiles="https://github.com/twpayne/chezmoi/archive/v${version}.tar.gz" -checksum=00e7e783172ec827f2f97dd0629d34c7e20ad949720609b406319ba75e2ccf35 +checksum=47ab2cf78a749a070f9b86b7518b8fe9cfb1dc46c31229f76ebdadad74abd235 pre_build() { local _date @@ -22,6 +22,12 @@ pre_build() { fi } +pre_check() { + # These tests fail with a "git: 'submodule' is not a git command." + # error because chroot-git does not include that subcommand. + rm pkg/cmd/testdata/scripts/{init,issue1213,issue2649,root,update}.txtar +} + do_check() { make test }