Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
yt-dlp
Commits:
ee22f8f2 by Antonio Rojas at 2025-02-19T09:13:50+01:00
upgpkg: 2025.02.19-1: Update to 2025.02.19
- - - - -
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 = 2025.01.26
+ pkgver = 2025.02.19
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-2025.01.26.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.01.26/yt-dlp.tar.gz
- sha256sums =
f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04
+ source =
yt-dlp-2025.02.19.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.02.19/yt-dlp.tar.gz
+ sha256sums =
28a8c33e4c32bd12e16601180b9f3a43fdc2896ad5467bc6e5a9f1fa6c280e28
pkgname = yt-dlp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: katt <[email protected]>
pkgname=yt-dlp
-pkgver=2025.01.26
+pkgver=2025.02.19
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=('f9b62c5f8c3db910d693a7ac1477f44696a923ff9b0a3f9d87fefea4e10e9e04')
+sha256sums=('28a8c33e4c32bd12e16601180b9f3a43fdc2896ad5467bc6e5a9f1fa6c280e28')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/ee22f8f2a24a5ede750a8d96b42f4691e7a76968
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/ee22f8f2a24a5ede750a8d96b42f4691e7a76968
You're receiving this email because of your account on gitlab.archlinux.org.