From a3f46c90eae18ebebee29fbdab96a1405165fec3 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Mon, 18 Feb 2019 02:57:31 -0300 Subject: [PATCH] youtube-dl: update to 2019.02.18. --- srcpkgs/youtube-dl/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/youtube-dl/template b/srcpkgs/youtube-dl/template index dd9aecd680f..37c697cad9d 100644 --- a/srcpkgs/youtube-dl/template +++ b/srcpkgs/youtube-dl/template @@ -1,8 +1,8 @@ # Template file for 'youtube-dl' pkgname=youtube-dl -version=2019.02.08 +version=2019.02.18 revision=1 -noarch=yes +archs=noarch wrksrc="$pkgname" build_style=python-module pycompile_module="youtube_dl" @@ -14,7 +14,7 @@ license="Public Domain" 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=f6d3681393efbc3183f63018914c65eb593511acc75466455523a826e59fdb93 +checksum=61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2" post_install() { @@ -25,7 +25,7 @@ post_install() { } python3-youtube-dl_package() { - noarch=yes + archs=noarch depends="python3" pycompile_module="youtube_dl" alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl3"