From 4e84293be3398b496a801266a36420c9d8418d74 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 15:24:35 +0100 Subject: [PATCH] task: install fish completion to vendor_completions.d --- srcpkgs/task/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/task/template b/srcpkgs/task/template index 16edb8588b4..b176e4a83a2 100644 --- a/srcpkgs/task/template +++ b/srcpkgs/task/template @@ -1,7 +1,7 @@ # Template file for 'task' pkgname=task version=2.5.1 -revision=4 +revision=5 build_style=cmake makedepends="libuuid-devel gnutls-devel" short_desc="Command-line todo list manager" @@ -14,6 +14,6 @@ checksum=d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15 post_install() { vinstall scripts/zsh/_task 644 usr/share/zsh/site-functions vinstall scripts/bash/task.sh 644 usr/share/bash-completion/completions ${pkgname} - vinstall scripts/fish/task.fish 644 usr/share/fish/completions/ + vinstall scripts/fish/task.fish 644 usr/share/fish/vendor_completions.d vlicense LICENSE }