mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
youtube-dl: update to 2020.01.01.
This commit is contained in:
parent
8bf0ecd277
commit
597fa3ef3a
1 changed files with 5 additions and 6 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2019.12.25
|
version=2020.01.01
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc=youtube-dl
|
wrksrc=youtube-dl
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="youtube_dl"
|
hostmakedepends="python3-setuptools"
|
||||||
hostmakedepends="python3"
|
depends="python3-setuptools"
|
||||||
depends="python3"
|
|
||||||
short_desc="CLI program to download videos from YouTube and other sites"
|
short_desc="CLI program to download videos from YouTube and other sites"
|
||||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://ytdl-org.github.io/youtube-dl/"
|
homepage="https://ytdl-org.github.io/youtube-dl/"
|
||||||
changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
|
||||||
checksum=0ea2f15fa68f97ce5a57077a126a85f425cbc996af59e022a4f19fb3d3e6c78d
|
checksum=0ab06abce0eecf77b6ceed4c06613325ede4e72e1a6ff528be320277250a1b5d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/etc
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
|
|
Loading…
Add table
Reference in a new issue