youtube-dl: add required .fish extension to fish completion file

This commit is contained in:
maxice8 2017-11-02 15:55:34 -02:00 committed by Toyam Cox
parent 00c277cb38
commit 1799cc475a

View file

@ -1,7 +1,7 @@
# Template file for 'youtube-dl'
pkgname=youtube-dl
version=2017.10.29
revision=1
revision=2
noarch=yes
wrksrc="${pkgname}"
build_style=python-module
@ -21,7 +21,7 @@ post_install() {
rm -rf ${DESTDIR}/usr/etc
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname}
vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}
vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}.fish
}
python3-youtube-dl_package() {