Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] fd: update to 8.2.1
Date: Wed, 09 Dec 2020 16:25:12 +0100	[thread overview]
Message-ID: <20201209152512._5blLHlmtBCo3isAJRmyz74m_rhtrB5VA1KoWsL3sz8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27044@inbox.vuxu.org>

[-- 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
 }

  parent reply	other threads:[~2020-12-09 15:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 10:46 [PR PATCH] " paper42
2020-12-09 15:02 ` [PR REVIEW] " ericonr
2020-12-09 15:25 ` paper42 [this message]
2020-12-09 15:29 ` paper42
2020-12-09 15:36 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201209152512._5blLHlmtBCo3isAJRmyz74m_rhtrB5VA1KoWsL3sz8@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).