Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
yt-dlp
Commits:
ad20c7ac by Antonio Rojas at 2023-11-16T09:23:03+01:00
upgpkg: 2023.11.16-1: Update to 2023.11.16
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
- pkgver = 2023.11.14
+ pkgver = 2023.11.16
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.11.14.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.14/yt-dlp.tar.gz
- sha256sums =
50dff869a296fe515234f3427b6f95f562c889c2e60d3ba7e3b4bd5d73f4fa94
+ source =
yt-dlp-2023.11.16.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2023.11.16/yt-dlp.tar.gz
+ sha256sums =
aa7fb7e49b57b1b5ac439a72568575e4df904ffc30417e19e644990e7239ac53
pkgname = yt-dlp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: katt <[email protected]>
pkgname=yt-dlp
-pkgver=2023.11.14
+pkgver=2023.11.16
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@@ -31,7 +31,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=('50dff869a296fe515234f3427b6f95f562c889c2e60d3ba7e3b4bd5d73f4fa94')
+sha256sums=('aa7fb7e49b57b1b5ac439a72568575e4df904ffc30417e19e644990e7239ac53')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/ad20c7acc8c7222458d953d0fb223277f6d1965b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/ad20c7acc8c7222458d953d0fb223277f6d1965b
You're receiving this email because of your account on gitlab.archlinux.org.