community/yt-dlp to 2023.03.03-1

This commit is contained in:
Kevin Mihelich 2023-03-04 15:50:04 +00:00
parent e27787bb65
commit 1d785ee19c

View file

@ -6,7 +6,7 @@
# - removed makedepend on pandoc
pkgname=yt-dlp
pkgver=2023.02.17
pkgver=2023.03.03
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@ -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=('81f607b8754b1bc67e6592a4e316c015d720e7118757a5afd4ef2aaf37d2ef29')
sha256sums=('99db0ab54b986aa5c5bb145dc1cf0e516612e61cdb964ee274dddceeceae98a9')
build() {
cd $pkgname