extra/yt-dlp to 2023.10.13-1

This commit is contained in:
Kevin Mihelich 2023-10-14 14:58:14 +00:00
parent 7609bb4720
commit 51abd4a597
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 = 2023.10.07
pkgver = 2023.10.13
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
@ -26,7 +26,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-2023.10.07.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.07/yt-dlp.tar.gz
sha256sums = 39d1a69242cc8235fe1f3e387cd383aae239e563796efb9de0f516133ee14870
source = yt-dlp-2023.10.13.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.10.13/yt-dlp.tar.gz
sha256sums = 64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a
pkgname = yt-dlp

View file

@ -6,7 +6,7 @@
# - removed makedepend on pandoc
pkgname=yt-dlp
pkgver=2023.10.07
pkgver=2023.10.13
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@ -33,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=('39d1a69242cc8235fe1f3e387cd383aae239e563796efb9de0f516133ee14870')
sha256sums=('64944f4452a7657b5fb31ae55d823d9411a1a29f9c1071d33fa3e6286e20522a')
build() {
cd $pkgname