youtube-dl: update to 2019.02.18.
This commit is contained in:
parent
81d4251765
commit
a3f46c90ea
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2019.02.08
|
||||
version=2019.02.18
|
||||
revision=1
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
wrksrc="$pkgname"
|
||||
build_style=python-module
|
||||
pycompile_module="youtube_dl"
|
||||
|
@ -14,7 +14,7 @@ license="Public Domain"
|
|||
homepage="https://rg3.github.io/youtube-dl/"
|
||||
changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f6d3681393efbc3183f63018914c65eb593511acc75466455523a826e59fdb93
|
||||
checksum=61bbffc7b9b2dab71f93548f69f952ce0e4f50e7fa27e1d8b81eabdba37120eb
|
||||
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl2"
|
||||
|
||||
post_install() {
|
||||
|
@ -25,7 +25,7 @@ post_install() {
|
|||
}
|
||||
|
||||
python3-youtube-dl_package() {
|
||||
noarch=yes
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="youtube_dl"
|
||||
alternatives="youtube-dl:youtube-dl:/usr/bin/youtube-dl3"
|
||||
|
|
Loading…
Reference in New Issue