From 1329851964c104f192622db0dccc9a01f2bd0b85 Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Wed, 27 Aug 2025 16:46:44 +0200 Subject: [PATCH] fd: update to 10.3.0 --- srcpkgs/fd/patches/drop-rust-version-patch.patch | 13 ------------- srcpkgs/fd/template | 5 +++-- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/fd/patches/drop-rust-version-patch.patch diff --git a/srcpkgs/fd/patches/drop-rust-version-patch.patch b/srcpkgs/fd/patches/drop-rust-version-patch.patch deleted file mode 100644 index 7cd8267acd7..00000000000 --- a/srcpkgs/fd/patches/drop-rust-version-patch.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Cargo.toml b/Cargo.toml -index c15ba52..206049c 100644 ---- a/Cargo.toml -+++ b/Cargo.toml -@@ -18,7 +18,7 @@ readme = "README.md" - repository = "https://github.com/sharkdp/fd" - version = "10.0.0" - edition= "2021" --rust-version = "1.77.2" -+rust-version = "1.77" - - [badges.appveyor] - repository = "sharkdp/fd" diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template index d2f96d0fb1b..0b9846b8cef 100644 --- a/srcpkgs/fd/template +++ b/srcpkgs/fd/template @@ -1,6 +1,6 @@ # Template file for 'fd' pkgname=fd -version=10.2.0 +version=10.3.0 revision=1 build_style=cargo build_helper=qemu @@ -10,10 +10,11 @@ license="Apache-2.0 OR 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=73329fe24c53f0ca47cd0939256ca5c4644742cb7c14cf4114c8c9871336d342 +checksum=2edbc917a533053855d5b635dff368d65756ce6f82ddefd57b6c202622d791e9 post_install() { vman doc/fd.1 + vlicense LICENSE-APACHE vlicense LICENSE-MIT vcompletion contrib/completion/_fd zsh