diff --git a/srcpkgs/exa/template b/srcpkgs/exa/template index 8afb34c61be..5ea748de362 100644 --- a/srcpkgs/exa/template +++ b/srcpkgs/exa/template @@ -1,7 +1,7 @@ # Template file for 'exa' pkgname=exa version=0.9.0 -revision=1 +revision=2 build_style=cargo hostmakedepends="pkg-config" makedepends="libgit2-devel" @@ -14,7 +14,8 @@ checksum=@facbe3b234f403e1e1919f28f009f1733a0fbbbb11f0bc2ba89ac3eba11bc5e8 post_install() { vman contrib/man/exa.1 - vinstall contrib/completions.bash 0644 usr/share/bash-completion/completions exa - vinstall contrib/completions.zsh 0644 usr/share/zsh/site-functions _exa + vcompletion contrib/completions.bash bash + vcompletion contrib/completions.fish fish + vcompletion contrib/completions.zsh zsh vlicense LICENCE }