* update yt-dlp to 2024.10.22-1

This commit is contained in:
Alexander Baldeck 2024-11-05 15:25:26 +01:00
parent dffc53d3e9
commit 81bc5baffd

View File

@ -3,8 +3,8 @@
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp
pkgver=2024.08.06
pkgrel=1.1
pkgver=2024.10.22
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
url='https://github.com/yt-dlp/yt-dlp'
@ -32,7 +32,7 @@ optdepends=('ffmpeg: for video post-processing'
'phantomjs: for extractors with javascript code'
'python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers')
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
sha256sums=('e08331fb9a36eba56b4efd074b5b25fbf08413e9cb47009a28ecbffe47150310')
sha256sums=('54444a758dae04ce01dad914bc36e9354f2e7b8098da9729ae1f18d56b4e604c')
build() {
cd $pkgname