From 676381a3285ad2d8bd4144a55c141c4c33ceeb3c Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Sat, 10 Dec 2022 08:17:45 +0100 Subject: [PATCH] fd: update to 8.6.0 --- srcpkgs/fd/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template index e44c689b9aca..e8eb7deb69f9 100644 --- a/srcpkgs/fd/template +++ b/srcpkgs/fd/template @@ -1,6 +1,6 @@ # Template file for 'fd' pkgname=fd -version=8.5.3 +version=8.6.0 revision=1 build_style=cargo build_helper=qemu @@ -10,7 +10,11 @@ license="Apache-2.0, MIT" homepage="https://github.com/sharkdp/fd" changelog="https://raw.githubusercontent.com/sharkdp/fd/master/CHANGELOG.md" distfiles="https://github.com/sharkdp/fd/archive/refs/tags/v${version}.tar.gz" -checksum=45a6444cf5bbfcf4ee4836d9a2ff2106d31e67da77341183392225badc87cd35 +checksum=e71a139f9ca20f63bab3700d5f8810bc12ef2c4fc6e1dd680f5c96fa9d1d2834 + +if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then + make_check_args="-- --skip test_type_executable" +fi post_install() { vman doc/fd.1