youtube-dl: update to 2019.09.01.

This commit is contained in:
Daniel Eyßer 2019-09-01 00:12:36 +02:00 committed by Toyam Cox
parent ad0ad4799d
commit 5a456fe821

View file

@ -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 <daniel.eysser@gmail.com>"
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() {