youtube-dl: update to 2016.05.01
This commit is contained in:
parent
a28375c716
commit
3a0c20df1f
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2016.04.24
|
||||
revision=2
|
||||
version=2016.05.01
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
wrksrc="${pkgname}"
|
||||
|
@ -14,8 +14,8 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
homepage="http://rg3.github.com/youtube-dl/"
|
||||
license="Public Domain"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=9ca83ae9cf783b3d9a231611ef5e446fa61fa77d0f4c9d0545895e6ce691321f
|
||||
alternatives="youtube_dl:youtube_dl:/usr/bin/youtube-dl2.7"
|
||||
checksum=adc812e840f8f2461d6b7e72876c9219bfc8004e650a6ac7ddf216ccab5304f0
|
||||
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2.7"
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/etc
|
||||
|
@ -29,7 +29,7 @@ python3.4-youtube-dl_package() {
|
|||
depends="python3.4"
|
||||
pycompile_version="3.4"
|
||||
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}"
|
||||
pkg_install() {
|
||||
vmove usr/bin/youtube-dl3.4
|
||||
|
|
Loading…
Reference in New Issue