youtube-dl: update to 2019.09.01.
This commit is contained in:
parent
ad0ad4799d
commit
5a456fe821
1 changed files with 9 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2019.08.13
|
version=2019.09.01
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="$pkgname"
|
wrksrc=youtube-dl
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="youtube_dl"
|
pycompile_module="youtube_dl"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
|
@ -11,16 +11,16 @@ 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://rg3.github.io/youtube-dl/"
|
homepage="https://ytdl-org.github.io/youtube-dl/"
|
||||||
changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/youtube-dl-${version}.tar.gz"
|
||||||
checksum=b23d59df96f9dccf34d9c48b65e7bc93532f1ebc4bf71b9285f228bc6086242d
|
checksum=19374ff7ea794c934f75d65be98dac5837f078adb063c4980a9ce7593af06b49
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/etc
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
vinstall ${pkgname}.bash-completion 644 usr/share/bash-completion/completions ${pkgname}
|
vinstall youtube-dl.bash-completion 644 usr/share/bash-completion/completions youtube-dl
|
||||||
vinstall ${pkgname}.zsh 644 usr/share/zsh/site-functions _${pkgname}
|
vinstall youtube-dl.zsh 644 usr/share/zsh/site-functions _youtube-dl
|
||||||
vinstall ${pkgname}.fish 644 usr/share/fish/completions ${pkgname}.fish
|
vinstall youtube-dl.fish 644 usr/share/fish/completions youtube-dl.fish
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-youtube-dl_package() {
|
python3-youtube-dl_package() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue