Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fd: update to 9.0.0
@ 2023-12-19 12:00 tranzystorekk
  2023-12-22 17:36 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: tranzystorekk @ 2023-12-19 12:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1254 bytes --]

There is a new pull request by tranzystorekk against master on the void-packages repository

https://github.com/tranzystorekk/void-packages fd
https://github.com/void-linux/void-packages/pull/47827

fd: update to 9.0.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @jearbear

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/47827.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fd-47827.patch --]
[-- Type: text/x-diff, Size: 1426 bytes --]

From 06636270093f23e2e3a26def75baeda68e3ed3ce Mon Sep 17 00:00:00 2001
From: Marcin Puc <tranzystorek.io@protonmail.com>
Date: Tue, 19 Dec 2023 12:58:28 +0100
Subject: [PATCH] fd: update to 9.0.0

---
 srcpkgs/fd/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template
index 736939208866e..304b1ad29a292 100644
--- a/srcpkgs/fd/template
+++ b/srcpkgs/fd/template
@@ -1,6 +1,6 @@
 # Template file for 'fd'
 pkgname=fd
-version=8.7.1
+version=9.0.0
 revision=1
 build_style=cargo
 build_helper=qemu
@@ -10,7 +10,7 @@ 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=2292cf6e4ba9262c592075b19ef9c241db32742b61ce613a3f42c474c01a3e28
+checksum=306d7662994e06e23d25587246fa3fb1f528579e42a84f5128e75feec635a370
 
 if [ "${XBPS_BUILD_ENVIRONMENT}" = "void-packages-ci" ]; then
 	make_check_args="-- --skip test_type_executable"
@@ -21,9 +21,8 @@ post_install() {
 	vlicense LICENSE-MIT
 
 	vcompletion contrib/completion/_fd zsh
-	local fd="${DESTDIR}/usr/bin/fd"
 	for shell in bash fish; do
-		vtargetrun ${fd} --gen-completions ${shell} > fd.${shell}
+		vtargetrun ${DESTDIR}/usr/bin/fd --gen-completions ${shell} > fd.${shell}
 		vcompletion fd.${shell} ${shell}
 	done
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: fd: update to 9.0.0
  2023-12-19 12:00 [PR PATCH] fd: update to 9.0.0 tranzystorekk
@ 2023-12-22 17:36 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-12-22 17:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1096 bytes --]

There's a merged pull request on the void-packages repository

fd: update to 9.0.0
https://github.com/void-linux/void-packages/pull/47827

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

cc @jearbear

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-22 17:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-19 12:00 [PR PATCH] fd: update to 9.0.0 tranzystorekk
2023-12-22 17:36 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).