ytmdl: update to 2020.07.26.
This commit is contained in:
parent
5d5a72ce57
commit
9479c86a2b
2 changed files with 7 additions and 5 deletions
|
@ -1,9 +1,10 @@
|
|||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -39,6 +39,4 @@
|
||||
@@ -45,7 +45,5 @@
|
||||
),
|
||||
python_requires=">=3.*",
|
||||
scripts=['bin/ytmdl'],
|
||||
- install_requires=req_pkgs,
|
||||
- setup_requires=req_pkgs
|
||||
- setup_requires=req_pkgs,
|
||||
extras_require=extra_features
|
||||
)
|
||||
|
|
|
@ -1,19 +1,20 @@
|
|||
# Template file for 'ytmdl'
|
||||
pkgname=ytmdl
|
||||
version=2020.07.09
|
||||
version=2020.07.26
|
||||
revision=1
|
||||
archs=noarch
|
||||
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-ffmpeg-python python3-xdg python3-lxml python3-pysocks
|
||||
python3-Unidecode python3-urllib3 python3-youtube-search"
|
||||
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=a48fb3602ac32376dfce8d56057176e6bdb95d15a4343d9d2d1b6e78670fd9d5
|
||||
checksum=1b68f7f7094aa9daaaddb71d4cf17ea902ad13ff5cbddcd31df9eedcf47260fd
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in a new issue