mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-09 13:32:55 +02:00
ytmdl: update to 2021.06.26.
This commit is contained in:
parent
44e50ebdde
commit
9bed7126e8
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'ytmdl'
|
# Template file for 'ytmdl'
|
||||||
pkgname=ytmdl
|
pkgname=ytmdl
|
||||||
version=2021.05.26
|
version=2021.06.26
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -9,13 +9,13 @@ depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
||||||
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-rich python3-musicbrainzngs
|
python3-pyDes python3-simber python3-rich python3-musicbrainzngs
|
||||||
python3-typing_extensions"
|
python3-typing_extensions python3-ytmusicapi"
|
||||||
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=430a0dc3fc2c7135391bed37564de71a12dba9def72e129f43be9324abc33e97
|
checksum=952408b95cc82d33f8b79c3cd68181aa62a9184e2032c56a6a50f095930246fb
|
||||||
# There is no test to run
|
# There is no test to run
|
||||||
make_check=no
|
make_check=no
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue