Date: Tuesday, February 9, 2021 @ 05:54:24 Author: polyzen Revision: 850791
upgpkg: youtube-dl 2021.02.04.1-2: Move setuptools to makedeps https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/ Modified: youtube-dl/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-09 05:47:59 UTC (rev 850790) +++ PKGBUILD 2021-02-09 05:54:24 UTC (rev 850791) @@ -4,12 +4,13 @@ pkgname=youtube-dl pkgver=2021.02.04.1 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line program to download videos from YouTube.com and a few more sites" arch=('any') url="https://ytdl-org.github.io/youtube-dl/" license=('custom') -depends=('python' 'python-setuptools') +depends=('python') +makedepends=('python-setuptools') optdepends=('ffmpeg: for video post-processing' 'rtmpdump: for rtmp streams support' 'atomicparsley: for embedding thumbnails into m4a files'
