extra/yt-dlp to 2024.05.27-1

This commit is contained in:
Kevin Mihelich 2024-05-28 12:41:27 +00:00
parent 672781306f
commit 4abe1f8d34
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
pkgver = 2024.05.26
pkgver = 2024.05.27
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
@ -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.05.26.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.26/yt-dlp.tar.gz
sha256sums = 18dc2638ef950e3ce355a5d52e9e02d29e92b07d410dbe197f890f1a2a5c3c27
source = yt-dlp-2024.05.27.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.05.27/yt-dlp.tar.gz
sha256sums = 83dbf15456490e7efe9ba839922f8221d07cf1168b29653fd476faa3cdf91235
pkgname = yt-dlp

View file

@ -6,7 +6,7 @@
# - removed makedepend on pandoc
pkgname=yt-dlp
pkgver=2024.05.26
pkgver=2024.05.27
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@ -35,7 +35,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=('18dc2638ef950e3ce355a5d52e9e02d29e92b07d410dbe197f890f1a2a5c3c27')
sha256sums=('83dbf15456490e7efe9ba839922f8221d07cf1168b29653fd476faa3cdf91235')
build() {
cd $pkgname