diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index 2dc6f2cf94b..57228b81842 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,9 +1,9 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2019.08.13 +version=2019.09.01 revision=1 archs=noarch -wrksrc="$pkgname" +wrksrc=youtube-dl build_style=python3-module pycompile_module="youtube_dl" hostmakedepends="python3" @@ -11,16 +11,16 @@ depends="python3" short_desc="CLI program to download videos from YouTube and other sites" maintainer="Daniel Eyßer " license="Unlicense" -homepage="https://rg3.github.io/youtube-dl/" -changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog" -distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" -checksum=b23d59df96f9dccf34d9c48b65e7bc93532f1ebc4bf71b9285f228bc6086242d +homepage="https://ytdl-org.github.io/youtube-dl/" +changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog" +distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz" +checksum=19374ff7ea794c934f75d65be98dac5837f078adb063c4980a9ce7593af06b49 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}.fish + vinstall youtube-dl.bash-completion 644 usr/share/bash-completion/completions youtube-dl + vinstall youtube-dl.zsh 644 usr/share/zsh/site-functions _youtube-dl + vinstall youtube-dl.fish 644 usr/share/fish/completions youtube-dl.fish } python3-youtube-dl_package() {