Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
yt-dlp
Commits:
56c79d70 by Antonio Rojas at 2025-10-15T07:41:56+02:00
upgpkg: 2025.10.14-1: Upstream update
- - - - -
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.09.26
+ pkgver = 2025.10.14
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
@@ -27,7 +27,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.09.26.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.09.26/yt-dlp.tar.gz
- sha256sums =
1a2221451f0b4815b4bd6dfa665238f44b34cb1dac01c1cfda5dff36459e1164
+ source =
yt-dlp-2025.10.14.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2025.10.14/yt-dlp.tar.gz
+ sha256sums =
2772759e7f4768634b486bd8abb44bb2a1374ef8665b7fda92df9ac9232f54bf
pkgname = yt-dlp
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: katt <[email protected]>
pkgname=yt-dlp
-pkgver=2025.09.26
+pkgver=2025.10.14
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
@@ -32,7 +32,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=('1a2221451f0b4815b4bd6dfa665238f44b34cb1dac01c1cfda5dff36459e1164')
+sha256sums=('2772759e7f4768634b486bd8abb44bb2a1374ef8665b7fda92df9ac9232f54bf')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/56c79d709f94ded1b48390772f8e04a65f7ff9dc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/56c79d709f94ded1b48390772f8e04a65f7ff9dc
You're receiving this email because of your account on gitlab.archlinux.org.