From fae7db105e67f0cdc3d4f831b05c2239f1cbcb40 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 3 Mar 2020 09:39:06 +0100 Subject: [PATCH] ripgrep: restore fish completions This reverts commit ca7e4a44fe577176268da562c31a26792ad7ddbc. fish-shell removed the file https://github.com/fish-shell/fish-shell/commit/f036d019618ff1f0508c539dc88d64a194cd2034 --- srcpkgs/ripgrep/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/ripgrep/template b/srcpkgs/ripgrep/template index 28dbefaa228..a68d790afdd 100644 --- a/srcpkgs/ripgrep/template +++ b/srcpkgs/ripgrep/template @@ -1,7 +1,7 @@ # Template file for 'ripgrep' pkgname=ripgrep version=11.0.2 -revision=3 +revision=4 build_style=cargo configure_args="--features=pcre2" hostmakedepends="asciidoc pkg-config" @@ -21,4 +21,5 @@ 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/vendor_completions.d }