youtube-dl: update to 2019.02.18.

This commit is contained in:
maxice8 2019-02-18 02:57:31 -03:00 committed by maxice8
parent 81d4251765
commit a3f46c90ea
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'youtube-dl' # Template file for 'youtube-dl'
pkgname=youtube-dl pkgname=youtube-dl
version=2019.02.08 version=2019.02.18
revision=1 revision=1
noarch=yes archs=noarch
wrksrc="$pkgname" wrksrc="$pkgname"
build_style=python-module build_style=python-module
pycompile_module="youtube_dl" pycompile_module="youtube_dl"
@ -14,7 +14,7 @@ license="Public Domain"
homepage="https://rg3.github.io/youtube-dl/" homepage="https://rg3.github.io/youtube-dl/"
changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog" changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=f6d3681393efbc3183f63018914c65eb593511acc75466455523a826e59fdb93 checksum=61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2" alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
post_install() { post_install() {
@ -25,7 +25,7 @@ post_install() {
} }
python3-youtube-dl_package() { python3-youtube-dl_package() {
noarch=yes archs=noarch
depends="python3" depends="python3"
pycompile_module="youtube_dl" pycompile_module="youtube_dl"
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl3" alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl3"