From 83b8e69f8d631bf318efed357a4b22845fe6dbd8 Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Sun, 21 Mar 2021 21:40:03 +0100 Subject: [PATCH] gopass: update to 1.12.4 Signed-off-by: Dominik Schulz --- 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 }