From 6f12705532145c495b09be2a2ee393beac3592d5 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 17:26:19 +0200 Subject: [PATCH 1/2] ytmdl: update to 2021.08.01 --- srcpkgs/ytmdl/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 555c9c059eee..fedab335b2e8 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,6 +1,6 @@ # Template file for 'ytmdl' pkgname=ytmdl -version=2021.06.26 +version=2021.08.01 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -15,7 +15,7 @@ maintainer="Andrew Benson " license="MIT" homepage="https://github.com/deepjyoti30/ytmdl" distfiles="${homepage}/archive/${version}.tar.gz" -checksum=952408b95cc82d33f8b79c3cd68181aa62a9184e2032c56a6a50f095930246fb +checksum=0b108c3c373b7c96d1e14ae586f41272132707e74915bf28803b8f2748a46b21 # There is no test to run make_check=no From f6023d66d730c3803b65c2f1fcb532a0a6a27387 Mon Sep 17 00:00:00 2001 From: Eloi Torrents Date: Thu, 19 Aug 2021 19:05:49 +0200 Subject: [PATCH 2/2] python3-ytmdl update to 2021.08.01 --- srcpkgs/ytmdl/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index fedab335b2e8..3dc8ab61a541 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -7,7 +7,7 @@ hostmakedepends="python3-setuptools" depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama python3-itunespy python3-BeautifulSoup4 python3-downloader-cli python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks - python3-Unidecode python3-urllib3 python3-youtube-search + python3-Unidecode python3-urllib3 python3-youtube-search-python python3-pyDes python3-simber python3-rich python3-musicbrainzngs python3-typing_extensions python3-ytmusicapi" short_desc="Get songs from youtube in mp3 format with all tags from itunes"