diff --git a/srcpkgs/ripgrep/template b/srcpkgs/ripgrep/template index 7220ad57a30..c4590e8efbf 100644 --- a/srcpkgs/ripgrep/template +++ b/srcpkgs/ripgrep/template @@ -1,7 +1,7 @@ # Template file for 'ripgrep' pkgname=ripgrep version=11.0.2 -revision=1 +revision=2 build_style=cargo hostmakedepends="asciidoc" short_desc="Fast search tool inspired by ag and grep" @@ -19,5 +19,4 @@ post_install() { cd target/${RUST_TARGET}/release/build/ripgrep-*/out vman rg.1 vinstall rg.bash 0644 usr/share/bash-completion/completions rg - vinstall rg.fish 0644 usr/share/fish/completions }