* update yt-dlp to 2025.01.26-1

This commit is contained in:
Alexander Baldeck 2025-02-19 11:52:21 +01:00
parent 930898bdc3
commit b8a3a17151
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = yt-dlp pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes pkgdesc = A youtube-dl fork with additional features and fixes
pkgver = 2024.12.23 pkgver = 2025.01.26
pkgrel = 1 pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp url = https://github.com/yt-dlp/yt-dlp
arch = any arch = any
@ -28,7 +28,7 @@ pkgbase = yt-dlp
optdepends = python-pyxattr: for writing xattr metadata (alternative option) optdepends = python-pyxattr: for writing xattr metadata (alternative option)
optdepends = phantomjs: for extractors with javascript code optdepends = phantomjs: for extractors with javascript code
optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers optdepends = python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers
source = yt-dlp-2024.12.23.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.12.23/yt-dlp.tar.gz source = yt-dlp-2025.01.26.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.01.26/yt-dlp.tar.gz
sha256sums = 66a5b9e0988106a3131ce40f61f04af3eb49cde4d26dd292793ad18666cc5938 sha256sums = f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04
pkgname = yt-dlp pkgname = yt-dlp

View File

@ -4,7 +4,7 @@
# Contributor: katt <magunasu.b97@gmail.com> # Contributor: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp pkgname=yt-dlp
pkgver=2024.12.23 pkgver=2025.01.26
pkgrel=1 pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes' pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any) arch=(any)
@ -33,7 +33,7 @@ optdepends=('ffmpeg: for video post-processing'
'phantomjs: for extractors with javascript code' 'phantomjs: for extractors with javascript code'
'python-secretstorage: For -cookies-from-browser to access the GNOME keyring while decrypting cookies of Chromium-based browsers') '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) source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
sha256sums=('66a5b9e0988106a3131ce40f61f04af3eb49cde4d26dd292793ad18666cc5938') sha256sums=('f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04')
build() { build() {
cd $pkgname cd $pkgname