extra/yt-dlp to 2024.07.07-1

This commit is contained in:
David Beauchamp 2024-07-08 07:48:59 -04:00
parent 1490a40796
commit 4365b30160
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.07.02
pkgver = 2024.07.07
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.07.02.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.02/yt-dlp.tar.gz
sha256sums = 1094af3a5827a6a31269b97bd701456269af18595427c9905f3ffbe1a11582a0
source = yt-dlp-2024.07.07.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.07.07/yt-dlp.tar.gz
sha256sums = c44daee08ec77efd64f31361511fcef5136b35458b3fac474434cdd25df65d98
pkgname = yt-dlp

View file

@ -6,7 +6,7 @@
# - removed makedepend on pandoc
pkgname=yt-dlp
pkgver=2024.07.02
pkgver=2024.07.07
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=('1094af3a5827a6a31269b97bd701456269af18595427c9905f3ffbe1a11582a0')
sha256sums=('c44daee08ec77efd64f31361511fcef5136b35458b3fac474434cdd25df65d98')
build() {
cd $pkgname