Github messages for voidlinux
 help / color / mirror / Atom feed
From: dominikschulz <dominikschulz@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] gopass: update to 1.12.4
Date: Sun, 21 Mar 2021 22:12:35 +0100	[thread overview]
Message-ID: <20210321211235.S839M7B3CYeFVloMZ6D2_uyzIDc4SU9dRQ-aMLOVPO0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-29669@inbox.vuxu.org>

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

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

https://github.com/dominikschulz/void-packages gopass-1.12.4
https://github.com/void-linux/void-packages/pull/29669

gopass: update to 1.12.4
The shell completion files are now part of the source tarball and doesn't need to be generated.

<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

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

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

From 83b8e69f8d631bf318efed357a4b22845fe6dbd8 Mon Sep 17 00:00:00 2001
From: Dominik Schulz <mail@dschulz.eu>
Date: Sun, 21 Mar 2021 21:40:03 +0100
Subject: [PATCH] gopass: update to 1.12.4

Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
---
 srcpkgs/gopass/template | 13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/gopass/template b/srcpkgs/gopass/template
index 2b3964146abc..dd69f2a8a1b9 100644
--- a/srcpkgs/gopass/template
+++ b/srcpkgs/gopass/template
@@ -1,6 +1,6 @@
 # Template file for 'gopass'
 pkgname=gopass
-version=1.12.0
+version=1.12.4
 revision=1
 build_style=go
 build_helper=qemu
@@ -14,19 +14,12 @@ license="MIT"
 homepage="https://www.gopass.pw/"
 changelog="https://raw.githubusercontent.com/gopasspw/gopass/master/CHANGELOG.md"
 distfiles="https://github.com/gopasspw/gopass/archive/v${version}.tar.gz"
-checksum=73b7c5c8367e664d85871fba88f4fa806ef0fb75047c767a72b8516dea6f64b3
-
-post_build() {
-	gopass=$(find $GOPATH/bin -name gopass)
-	for shell in bash fish zsh; do
-		vtargetrun $gopass completion $shell > completion.$shell
-	done
-}
+checksum=1e3d7ad389a8462256ff7e439de1fbed8012c38ec33bded63b11af74f0525279
 
 post_install() {
 	vlicense LICENSE
 
 	for shell in bash fish zsh; do
-		vcompletion completion.$shell $shell
+		vcompletion $shell.completion $shell
 	done
 }

  parent reply	other threads:[~2021-03-21 21:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-21 20:41 [PR PATCH] " dominikschulz
2021-03-21 20:57 ` [PR REVIEW] " ericonr
2021-03-21 21:12 ` dominikschulz [this message]
2021-03-21 21:13 ` dominikschulz
2021-03-21 21:22 ` ericonr
2021-03-21 21:37 ` [PR PATCH] [Updated] " dominikschulz
2021-03-21 21:38 ` [PR REVIEW] " dominikschulz
2021-03-22 12:48 ` [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=20210321211235.S839M7B3CYeFVloMZ6D2_uyzIDc4SU9dRQ-aMLOVPO0@z \
    --to=dominikschulz@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).