youtube-dl: update to 2021.12.17.
clean up template
This commit is contained in:
parent
c68840b3fd
commit
b7b032358c
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template file for 'youtube-dl'
|
||||
pkgname=youtube-dl
|
||||
version=2021.06.06
|
||||
revision=2
|
||||
wrksrc="${pkgname}"
|
||||
version=2021.12.17
|
||||
revision=1
|
||||
wrksrc="$pkgname"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="flake8 python3-nose"
|
||||
short_desc="CLI program to download videos from YouTube and other sites"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -13,7 +13,7 @@ license="Unlicense"
|
|||
homepage="https://yt-dl.org"
|
||||
changelog="https://raw.githubusercontent.com/ytdl-org/youtube-dl/master/ChangeLog"
|
||||
distfiles="${homepage}/downloads/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=3ccb0e4db9fd172338ed1c32bae0be2f716458dca4143e55732ff55260b20ac3
|
||||
checksum=9f3b99c8b778455165b4525f21505e86c7ff565f3ac319e19733d810194135df
|
||||
|
||||
do_check() {
|
||||
PYTHON=/usr/bin/python3 make offlinetest
|
||||
|
|
Loading…
Reference in a new issue