diff --git a/srcpkgs/git-extras/template b/srcpkgs/git-extras/template index 948e5e01f92..cc941faa7a7 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 }