mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
youtube-dl: update to 2019.08.13, adopt package
This commit is contained in:
parent
72a3bb5d8a
commit
f6a883c82b
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'youtube-dl'
|
# Template file for 'youtube-dl'
|
||||||
pkgname=youtube-dl
|
pkgname=youtube-dl
|
||||||
version=2019.08.02
|
version=2019.08.13
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="$pkgname"
|
wrksrc="$pkgname"
|
||||||
|
@ -9,12 +9,12 @@ pycompile_module="youtube_dl"
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
depends="python3"
|
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="Orphaned <orphan@voidlinux.org>"
|
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||||
license="Unlicense"
|
license="Unlicense"
|
||||||
homepage="https://rg3.github.io/youtube-dl/"
|
homepage="https://rg3.github.io/youtube-dl/"
|
||||||
changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
changelog="https://raw.githubusercontent.com/rg3/youtube-dl/master/ChangeLog"
|
||||||
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://yt-dl.org/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=573c37add3e6107bf0c3c8ce43443bb788957d7bfb5e736cee6b32e3b2342b80
|
checksum=b23d59df96f9dccf34d9c48b65e7bc93532f1ebc4bf71b9285f228bc6086242d
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/etc
|
rm -rf ${DESTDIR}/usr/etc
|
||||||
|
|
Loading…
Add table
Reference in a new issue