mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
ytmdl: update to 2020.05.14
This commit is contained in:
parent
150fcbf27e
commit
9c3f10a92f
1 changed files with 3 additions and 3 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'ytmdl'
|
# Template file for 'ytmdl'
|
||||||
pkgname=ytmdl
|
pkgname=ytmdl
|
||||||
version=2020.03.21
|
version=2020.05.14
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="ffmpeg youtube-dl python3-mutagen python3-requests python3-colorama
|
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-ffmpeg-python python3-xdg"
|
||||||
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=afcb52ebe5ee0567291860251a649950ec896b61525e35b59f1736e0e8e32bdc
|
checksum=fdf5d2ee0e8dfecd981c6c8610d1e09c920f5fa600e62d8a1320482a51cac3b2
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue