mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
youtube-dl: update to 2020.09.06.
This commit is contained in:
parent
68f9435425
commit
2e5a8f9c8f
1 changed files with 5 additions and 6 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2020.07.28
|
version=2020.09.06
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
|
||||||
wrksrc=youtube-dl
|
wrksrc=youtube-dl
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -14,7 +13,7 @@ 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=1fb3e34d80400464e55aeeb61256c36468116ad9efe82543b437a777a2efc7c5
|
checksum=ea8bc09d12504d98521bd1c74af27eae2c6fde7c1ce4e2c43d98ef952e8347a0
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
PYTHON=/usr/bin/python3 make offlinetest
|
PYTHON=/usr/bin/python3 make offlinetest
|
||||||
|
@ -22,9 +21,9 @@ do_check() {
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/etc
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
vinstall youtube-dl.bash-completion 644 usr/share/bash-completion/completions youtube-dl
|
vcompletion youtube-dl.bash-completion bash
|
||||||
vinstall youtube-dl.zsh 644 usr/share/zsh/site-functions _youtube-dl
|
vcompletion youtube-dl.zsh zsh
|
||||||
vinstall youtube-dl.fish 644 usr/share/fish/vendor_completions.d
|
vcompletion youtube-dl.fish fish
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-youtube-dl_package() {
|
python3-youtube-dl_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue