ytmdl: update to 2021.01.14.
This commit is contained in:
parent
3404711bcf
commit
2644f78115
1 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ytmdl'
|
# Template file for 'ytmdl'
|
||||||
pkgname=ytmdl
|
pkgname=ytmdl
|
||||||
version=2020.11.20.post1
|
version=2021.01.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
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-itunespy python3-BeautifulSoup4 python3-downloader-cli
|
||||||
python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks
|
python3-ffmpeg-python python3-xdg python3-lxml python3-pysocks
|
||||||
python3-Unidecode python3-urllib3 python3-youtube-search
|
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"
|
short_desc="Get songs from youtube in mp3 format with all tags from itunes"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/deepjyoti30/ytmdl"
|
homepage="https://github.com/deepjyoti30/ytmdl"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=dd8c4e65b5f67357179f586bb153cd02238cea2512e3fb563709c2cff9ee14b6
|
checksum=0783af6edc20a5e5635774a62bff9c20a81ebe4f6a71b939566724b279f6c4a5
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
:
|
||||||
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py
|
vsed -e '/install_requires/d' -e '/setup_requires/d' -i setup.py
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue