From 0ca6e7df196ad54a2bb35375990a9ba558786756 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Tue, 13 Sep 2022 10:22:14 +0200 Subject: [PATCH] lsd: update to 0.23.1 --- srcpkgs/lsd/template | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/srcpkgs/lsd/template b/srcpkgs/lsd/template index 1bf1103426ba..bd574e89b21a 100644 --- a/srcpkgs/lsd/template +++ b/srcpkgs/lsd/template @@ -1,6 +1,6 @@ # Template file for 'lsd' pkgname=lsd -version=0.23.0 +version=0.23.1 revision=1 build_style=cargo short_desc="Next gen ls command with lots of pretty colors and awesome icons" @@ -9,9 +9,21 @@ license="Apache-2.0" homepage="https://github.com/Peltoche/lsd" changelog="https://raw.githubusercontent.com/Peltoche/lsd/master/CHANGELOG.md" distfiles="https://github.com/Peltoche/lsd/archive/${version}.tar.gz" -checksum=0ce6582745b5364fdb4052954d24f6a211af616061d1454583e68f3366f6496e +checksum=9698919689178cc095f39dcb6a8a41ce32d5a1283e6fe62755e9a861232c307d conflicts="disputils" +# The 'cannot_access_subdir_exit_status' fails on CI +# because the runner seems to allow setting the b dir in a/b/c to readonly (0400) +# and then navigating this structure recursively (like in `tree`) +# +# The other test needs to be skipped because it incorrectly intercepts the skip arguments +# and fails the whole test (see https://github.com/Peltoche/lsd/pull/744) +if [ "$XBPS_BUILD_ENVIRONMENT" = "void-packages-ci" ]; then + make_check_args="-- + --skip test_cannot_access_subdir_exit_status + --skip test_symlink_arrow_from_args_none" +fi + export SHELL_COMPLETIONS_DIR="${wrksrc}" post_install() {