From 4f405feee99f084b98aad8aede7885e20944530f Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 25 Feb 2020 15:42:19 +0100 Subject: [PATCH] ytcc: install fish completion to vendor_completions.d --- srcpkgs/ytcc/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ytcc/template b/srcpkgs/ytcc/template index 45bc3b29b9c..bef3366f910 100644 --- a/srcpkgs/ytcc/template +++ b/srcpkgs/ytcc/template @@ -1,7 +1,7 @@ # Template file for 'ytcc' pkgname=ytcc version=1.8.2 -revision=2 +revision=3 archs=noarch build_style=python3-module hostmakedepends="gettext python3-setuptools" @@ -15,6 +15,6 @@ distfiles="https://github.com/woefe/ytcc/archive/v${version}.tar.gz" checksum=360db561bb0278b7f326fe3da9b012e738e1eceec9031c66b3749207f8091283 post_install() { - vinstall completions/fish/ytcc.fish 0644 usr/share/fish/completions + vinstall completions/fish/ytcc.fish 0644 usr/share/fish/vendor_completions.d vinstall completions/zsh/_ytcc 0644 usr/share/zsh/site-functions }