community/yt-dlp to 2022.04.08-1

This commit is contained in:
David Beauchamp 2022-04-08 14:44:23 -04:00
parent 1a33230cad
commit e91c6b2ded

View file

@ -6,13 +6,13 @@
# - removed makedepend on pandoc
pkgname=yt-dlp
pkgver=2022.03.08.1
pkgver=2022.04.08
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
url='https://github.com/yt-dlp/yt-dlp'
license=(Unlicense)
depends=(python)
depends=(python-certifi)
makedepends=(python-build python-installer python-setuptools python-wheel)
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'
@ -22,7 +22,7 @@ optdepends=('ffmpeg: for video post-processing'
'python-pycryptodomex: For decrypting AES-128 HLS streams and various other data'
'python-websockets: For downloading over websocket')
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
sha256sums=('135fd7bbf81c2639419b191d8e5abb80cd8a9801b7ed8e92a331a4107e820ab2')
sha256sums=('a9ea3753977dd82f051f0674fbdc3eb5ff49a67246f4bd3cac5745702828d1db')
build() {
cd $pkgname