* update yt-dlp to 2024.11.18-2
This commit is contained in:
parent
dc6e81a473
commit
7586eef9db
@ -1,7 +1,7 @@
|
||||
pkgbase = yt-dlp
|
||||
pkgdesc = A youtube-dl fork with additional features and fixes
|
||||
pkgver = 2024.08.06
|
||||
pkgrel = 1
|
||||
pkgver = 2024.11.18
|
||||
pkgrel = 2
|
||||
url = https://github.com/yt-dlp/yt-dlp
|
||||
arch = any
|
||||
license = Unlicense
|
||||
@ -28,7 +28,7 @@ pkgbase = yt-dlp
|
||||
optdepends = python-pyxattr: for writing xattr metadata (alternative option)
|
||||
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
|
||||
source = yt-dlp-2024.08.06.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.08.06/yt-dlp.tar.gz
|
||||
sha256sums = e08331fb9a36eba56b4efd074b5b25fbf08413e9cb47009a28ecbffe47150310
|
||||
source = yt-dlp-2024.11.18.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.11.18/yt-dlp.tar.gz
|
||||
sha256sums = d60cd68ddb12bfe3f443f83d5fe401088993e21c5362daeb4fb16ee39fc4b4dc
|
||||
|
||||
pkgname = yt-dlp
|
||||
|
@ -1,10 +1,11 @@
|
||||
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
|
||||
# Maintainer: Antonio Rojas <arojas@archlinux.org>
|
||||
# Contributor: Stefan Tatschner <stefan@rumpelsepp.org>
|
||||
# Contributor: katt <magunasu.b97@gmail.com>
|
||||
|
||||
pkgname=yt-dlp
|
||||
pkgver=2024.10.22
|
||||
pkgrel=1
|
||||
pkgver=2024.11.18
|
||||
pkgrel=2
|
||||
pkgdesc='A youtube-dl fork with additional features and fixes'
|
||||
arch=(any)
|
||||
url='https://github.com/yt-dlp/yt-dlp'
|
||||
@ -32,7 +33,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=('54444a758dae04ce01dad914bc36e9354f2e7b8098da9729ae1f18d56b4e604c')
|
||||
sha256sums=('d60cd68ddb12bfe3f443f83d5fe401088993e21c5362daeb4fb16ee39fc4b4dc')
|
||||
|
||||
build() {
|
||||
cd $pkgname
|
||||
|
Loading…
x
Reference in New Issue
Block a user