From c2c680b2db9deab31915b1f36168c97655d59464 Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Sun, 16 May 2021 18:18:52 +0200 Subject: [PATCH] git-team: update to 1.6.0. - dropped installation of /usr/bin/prepare-commit-message-git-team, it gets installed on-demand now by the main git-team binary into ~/.git-team/hooks. - dropped bash completion, one is supposed to source the output of `git-team completion` into their shell startup scripts now (only bash is supported for now). --- srcpkgs/git-team/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/git-team/template b/srcpkgs/git-team/template index e6e2002a7d2c..3a86c11a80f5 100644 --- a/srcpkgs/git-team/template +++ b/srcpkgs/git-team/template @@ -1,19 +1,16 @@ # Template file for 'git-team' pkgname=git-team -version=1.5.5 +version=1.6.0 revision=1 build_style=go go_import_path=github.com/hekmekk/git-team -go_package="${go_import_path}/cmd/git-team ${go_import_path}/cmd/prepare-commit-msg" short_desc="Manage and enhance git commit messages with co-authors" maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/hekmekk/git-team" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=bc88552e78ad67327b153cdc5aeb01ddcb5a99579787a68177fae7aa1a20c27b +checksum=d474d759b81a458519c47059990d12808df28d4b313a69234aaa9574a70da723 post_install() { vlicense LICENSE - mv ${DESTDIR}/usr/bin/prepare-commit-msg ${DESTDIR}/usr/bin/prepare-commit-msg-git-team - vinstall bash_completion/git-team.bash 0644 usr/share/bash-completion/completions git-team }