From bd5dc103727c218024b8b8f19f81002dec169541 Mon Sep 17 00:00:00 2001 From: Gadzhi Kharkharov Date: Tue, 31 Aug 2021 01:07:21 +0300 Subject: [PATCH] git-extras: install completions --- srcpkgs/git-extras/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 948e5e01f9..cc941faa7a 100644 --- a/srcpkgs/git-extras/template +++ b/srcpkgs/git-extras/template @@ -1,7 +1,7 @@ # Template file for 'git-extras' pkgname=git-extras version=6.2.0 -revision=1 +revision=2 build_style=gnu-makefile depends="bash git" short_desc="Little git extras" @@ -19,4 +19,6 @@ post_patch() { post_install() { vlicense LICENSE + vcompletion etc/git-extras.fish fish + vcompletion etc/git-extras-completion.zsh zsh }