youtube-dl: update to 2018.05.01.

This commit is contained in:
maxice8 2018-05-01 07:57:47 -03:00 committed by Leah Neukirchen
parent d21b6ad1d7
commit b47596e720

View file

@ -1,8 +1,9 @@
# Template file for 'youtube-dl' # Template file for 'youtube-dl'
pkgname=youtube-dl pkgname=youtube-dl
version=2018.04.25 version=2018.05.01
revision=1 revision=1
wrksrc="${pkgname}" noarch=yes
wrksrc="$pkgname"
build_style=python-module build_style=python-module
pycompile_module="youtube_dl" pycompile_module="youtube_dl"
hostmakedepends="python python3" hostmakedepends="python python3"
@ -10,12 +11,11 @@ depends="python"
short_desc="CLI program to download videos from YouTube and other sites (Python2)" short_desc="CLI program to download videos from YouTube and other sites (Python2)"
#changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog" #changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://rg3.github.io/youtube-dl/"
license="Public Domain" license="Public Domain"
homepage="http://rg3.github.io/youtube-dl/"
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz" distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
checksum=7ced20712c1c4ef98d748cdd0f7cdd4f94f88b1300bed67d7b861dcf1c7ffd9f checksum=362cae0c99c0d685ae7a1fa368b42c475eb2945233488aac35aadc287dc3fed6
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2" alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
noarch=yes
post_install() { post_install() {
rm -rf ${DESTDIR}/usr/etc rm -rf ${DESTDIR}/usr/etc