ripgrep: remove fish completions

This commit is contained in:
yamorain 2020-02-13 16:52:12 +01:00 committed by Juan RP
parent 0662a80e2d
commit ca7e4a44fe

View file

@ -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
}