* update yt-dlp to 2024.03.10-1

This commit is contained in:
Alexander Baldeck 2024-04-09 19:40:52 +02:00
parent 4bbfe5351d
commit bd665a2dcc

View File

@ -4,7 +4,7 @@
# Contributor: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp
pkgver=2023.12.30
pkgver=2024.03.10
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@ -12,11 +12,11 @@ url='https://github.com/yt-dlp/yt-dlp'
license=(Unlicense)
depends=(python
python-certifi
python-requests)
python-requests
python-urllib3)
makedepends=(python-build
python-installer
python-setuptools
python-wheel)
python-hatchling
python-installer)
makedepends_x86_64=(pandoc)
checkdepends=(python-pytest)
optdepends=('ffmpeg: for video post-processing'
@ -34,7 +34,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=('5408fe5d12cd1c430ee10346770e3d60baad5c63a38b41c8967005e4956780a7')
sha256sums=('1db8eade9e860543b655f5f973e26727ac2cc20874dc6fed9a3e78a4a05ee989')
build() {
cd $pkgname