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