From 2644f78115afb3884dc3876890577ec699098c03 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Thu, 14 Jan 2021 08:42:13 -0600 Subject: [PATCH] ytmdl: update to 2021.01.14. --- srcpkgs/ytmdl/template | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 57d9724ab23..75602d5c3a9 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,6 +1,6 @@ # Template file for 'ytmdl' pkgname=ytmdl -version=2020.11.20.post1 +version=2021.01.14 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -8,13 +8,17 @@ 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-pyDes python3-simber" + python3-pyDes python3-simber python3-rich python3-musicbrainzngs" 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=dd8c4e65b5f67357179f586bb153cd02238cea2512e3fb563709c2cff9ee14b6 +checksum=0783af6edc20a5e5635774a62bff9c20a81ebe4f6a71b939566724b279f6c4a5 + +do_check() { + : +} pre_configure() { vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py