From 28e1200a17dc80d272c436a0c7874bacd328ee0f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Sat, 20 Feb 2021 12:02:51 -0600 Subject: [PATCH] ytmdl: add missing dependency --- srcpkgs/ytmdl/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ytmdl/template b/srcpkgs/ytmdl/template index 75602d5c3a955c..500686b1e46a22 100644 --- a/srcpkgs/ytmdl/template +++ b/srcpkgs/ytmdl/template @@ -1,14 +1,15 @@ # Template file for 'ytmdl' pkgname=ytmdl version=2021.01.14 -revision=1 +revision=2 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-xdg python3-lxml python3-pysocks python3-Unidecode python3-urllib3 python3-youtube-search - python3-pyDes python3-simber python3-rich python3-musicbrainzngs" + python3-pyDes python3-simber python3-rich python3-musicbrainzngs + python3-typing_extensions" short_desc="Get songs from youtube in mp3 format with all tags from itunes" maintainer="Andrew Benson " license="MIT"