Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fd: update to 8.2.1
@ 2020-12-09 10:46 paper42
  2020-12-09 15:02 ` [PR REVIEW] " ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: paper42 @ 2020-12-09 10:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages 0001-fd-update-to-8.2.1.patch
https://github.com/void-linux/void-packages/pull/27044

fd: update to 8.2.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-fd-update-to-8.2.1.patch-27044.patch --]
[-- Type: text/x-diff, Size: 1371 bytes --]

From 0e45fe7d84fa98a9f091705a655a27155e1a2bdf Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 9 Dec 2020 11:45:39 +0100
Subject: [PATCH] fd: update to 8.2.1

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

diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template
index e43796d3df0..7ee2cc93a27 100644
--- a/srcpkgs/fd/template
+++ b/srcpkgs/fd/template
@@ -1,21 +1,22 @@
 # Template file for 'fd'
 pkgname=fd
-version=8.1.1
+version=8.2.1
 revision=1
 build_style=cargo
 short_desc="Simple, fast and user-friendly alternative to find"
 maintainer="Jerry Tegno <jerrytegno@gmail.com>"
 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/v${version}.tar.gz"
-checksum=7b327dc4c2090b34c7fb3e5ac7147f7bbe6266c2d44b182038d36f3b1d347cc1
+checksum=429de7f04a41c5ee6579e07a251c72342cd9cf5b11e6355e861bb3fffa794157
 
 post_install() {
 	vman doc/fd.1
 	vlicense LICENSE-MIT
 
+	vinstall contrib/completion/_fd 644 usr/share/zsh/site-functions
 	cd "target/${RUST_TARGET}/release/build/fd-find-"*/out
 	vinstall fd.bash 644 usr/share/bash-completion/completions fd
 	vinstall fd.fish 644 usr/share/fish/vendor_completions.d
-	vinstall _fd 644 usr/share/zsh/site-functions
 }

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

* Re: [PR REVIEW] fd: update to 8.2.1
  2020-12-09 10:46 [PR PATCH] fd: update to 8.2.1 paper42
@ 2020-12-09 15:02 ` ericonr
  2020-12-09 15:25 ` [PR PATCH] [Updated] " paper42
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-09 15:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27044#discussion_r539380203

Comment:
Please use `vcompletion`.

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

* Re: [PR PATCH] [Updated] fd: update to 8.2.1
  2020-12-09 10:46 [PR PATCH] fd: update to 8.2.1 paper42
  2020-12-09 15:02 ` [PR REVIEW] " ericonr
@ 2020-12-09 15:25 ` paper42
  2020-12-09 15:29 ` [PR REVIEW] " paper42
  2020-12-09 15:36 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2020-12-09 15:25 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by paper42 against master on the void-packages repository

https://github.com/paper42/void-packages 0001-fd-update-to-8.2.1.patch
https://github.com/void-linux/void-packages/pull/27044

fd: update to 8.2.1


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-fd-update-to-8.2.1.patch-27044.patch --]
[-- Type: text/x-diff, Size: 1404 bytes --]

From b2fcc4f8a59dae33c822afaa7fb8f6a44b133430 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Wed, 9 Dec 2020 11:45:39 +0100
Subject: [PATCH] fd: update to 8.2.1

---
 srcpkgs/fd/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/fd/template b/srcpkgs/fd/template
index e43796d3df0..f7d5cfc6b0c 100644
--- a/srcpkgs/fd/template
+++ b/srcpkgs/fd/template
@@ -1,21 +1,22 @@
 # Template file for 'fd'
 pkgname=fd
-version=8.1.1
+version=8.2.1
 revision=1
 build_style=cargo
 short_desc="Simple, fast and user-friendly alternative to find"
 maintainer="Jerry Tegno <jerrytegno@gmail.com>"
 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/v${version}.tar.gz"
-checksum=7b327dc4c2090b34c7fb3e5ac7147f7bbe6266c2d44b182038d36f3b1d347cc1
+checksum=429de7f04a41c5ee6579e07a251c72342cd9cf5b11e6355e861bb3fffa794157
 
 post_install() {
 	vman doc/fd.1
 	vlicense LICENSE-MIT
 
+	vcompletion contrib/completion/_fd zsh
 	cd "target/${RUST_TARGET}/release/build/fd-find-"*/out
-	vinstall fd.bash 644 usr/share/bash-completion/completions fd
-	vinstall fd.fish 644 usr/share/fish/vendor_completions.d
-	vinstall _fd 644 usr/share/zsh/site-functions
+	vcompletion fd.bash bash
+	vcompletion fd.fish fish
 }

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

* Re: [PR REVIEW] fd: update to 8.2.1
  2020-12-09 10:46 [PR PATCH] fd: update to 8.2.1 paper42
  2020-12-09 15:02 ` [PR REVIEW] " ericonr
  2020-12-09 15:25 ` [PR PATCH] [Updated] " paper42
@ 2020-12-09 15:29 ` paper42
  2020-12-09 15:36 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2020-12-09 15:29 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/27044#discussion_r539403623

Comment:
thanks

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

* Re: [PR PATCH] [Merged]: fd: update to 8.2.1
  2020-12-09 10:46 [PR PATCH] fd: update to 8.2.1 paper42
                   ` (2 preceding siblings ...)
  2020-12-09 15:29 ` [PR REVIEW] " paper42
@ 2020-12-09 15:36 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2020-12-09 15:36 UTC (permalink / raw)
  To: ml

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

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

fd: update to 8.2.1
https://github.com/void-linux/void-packages/pull/27044

Description:


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

end of thread, other threads:[~2020-12-09 15:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09 10:46 [PR PATCH] fd: update to 8.2.1 paper42
2020-12-09 15:02 ` [PR REVIEW] " ericonr
2020-12-09 15:25 ` [PR PATCH] [Updated] " paper42
2020-12-09 15:29 ` [PR REVIEW] " paper42
2020-12-09 15:36 ` [PR PATCH] [Merged]: " ericonr

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).