mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
youtube-dl: update to 2016.05.01
This commit is contained in:
parent
a28375c716
commit
3a0c20df1f
1 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2016.04.24
|
version=2016.05.01
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
wrksrc="${pkgname}"
|
wrksrc="${pkgname}"
|
||||||
|
@ -14,8 +14,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://rg3.github.com/youtube-dl/"
|
homepage="http://rg3.github.com/youtube-dl/"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=9ca83ae9cf783b3d9a231611ef5e446fa61fa77d0f4c9d0545895e6ce691321f
|
checksum=adc812e840f8f2461d6b7e72876c9219bfc8004e650a6ac7ddf216ccab5304f0
|
||||||
alternatives="youtube_dl:youtube_dl:/usr/bin/youtube-dl2.7"
|
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2.7"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/etc
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
|
@ -29,7 +29,7 @@ python3.4-youtube-dl_package() {
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="youtube_dl"
|
pycompile_module="youtube_dl"
|
||||||
alternatives="youtube_dl:youtube_dl:/usr/bin/youtube-dl3.4"
|
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl3.4"
|
||||||
short_desc="${short_desc/2/3.4}"
|
short_desc="${short_desc/2/3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/youtube-dl3.4
|
vmove usr/bin/youtube-dl3.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue