From 58e16460a7e9467ff7c1085d13e0f3e789bbfb3d Mon Sep 17 00:00:00 2001 From: aguilbau Date: Fri, 15 May 2020 20:14:07 +0200 Subject: [PATCH] ytmdl: update to 2020.05.14 --- srcpkgs/ytmdl/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 3ee4554f3b9..16374e82aff 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,19 +1,19 @@ # Template file for 'ytmdl' pkgname=ytmdl -version=2020.03.21 +version=2020.05.14 revision=1 archs=noarch build_style=python3-module hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama python3-itunespy python3-BeautifulSoup4 python3-downloader-cli - python3-ffmpeg-python" + python3-ffmpeg-python python3-xdg" short_desc="Get songs from youtube in mp3 format with all tags from itunes" maintainer="Andrew Benson " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=afcb52ebe5ee0567291860251a649950ec896b61525e35b59f1736e0e8e32bdc +checksum=fdf5d2ee0e8dfecd981c6c8610d1e09c920f5fa600e62d8a1320482a51cac3b2 post_install() { vlicense LICENSE