ytmdl: update to 2020.03.21.
This commit is contained in:
parent
6c8542d731
commit
d35205cafe
2 changed files with 14 additions and 5 deletions
9
srcpkgs/ytmdl/patches/dontbuilddeps.patch
Normal file
9
srcpkgs/ytmdl/patches/dontbuilddeps.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -39,6 +39,4 @@
|
||||
),
|
||||
python_requires=">=3.*",
|
||||
scripts=['bin/ytmdl'],
|
||||
- install_requires=req_pkgs,
|
||||
- setup_requires=req_pkgs
|
||||
)
|
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'ytmdl'
|
||||
pkgname=ytmdl
|
||||
version=2019.11.16
|
||||
revision=2
|
||||
version=2020.03.21
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python3-module
|
||||
pycompile_module="ytmdl"
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
||||
python3-itunespy python3-BeautifulSoup4 python3-downloader-cli"
|
||||
python3-itunespy python3-BeautifulSoup4 python3-downloader-cli
|
||||
python3-ffmpeg-python"
|
||||
short_desc="Get songs from youtube in mp3 format with all tags from itunes"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/deepjyoti30/ytmdl"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=e8f238657a6691c6785a8deb6b022990d5203e52ffe3584f3c772662dd91a501
|
||||
checksum=afcb52ebe5ee0567291860251a649950ec896b61525e35b59f1736e0e8e32bdc
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue