Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
yt-dlp-ejs
Commits:
23ec158a by Antonio Rojas at 2026-02-21T23:41:03+01:00
upgpkg: 0.5.0-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = yt-dlp-ejs
pkgdesc = External JavaScript for yt-dlp supporting many runtimes
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://github.com/yt-dlp/ejs
arch = any
@@ -14,7 +14,7 @@ pkgbase = yt-dlp-ejs
makedepends = python-installer
depends = deno
depends = python
- source = git+https://github.com/yt-dlp/ejs#tag=0.4.0
- sha256sums =
91131cd29b695f0f9f703d0aefccfa4f8a852b6a03cecae018b02467c2943761
+ source = git+https://github.com/yt-dlp/ejs#tag=0.5.0
+ sha256sums =
9bdd8da41a0bd3e975e313fb61d2f2aedaef0cc26b26edd5bfacf2842b933dc3
pkgname = yt-dlp-ejs
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=yt-dlp-ejs
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc='External JavaScript for yt-dlp supporting many runtimes'
arch=(any)
@@ -17,7 +17,7 @@ makedepends=(git
python-installer)
checkdepends=(python-pytest)
source=(git+https://github.com/yt-dlp/ejs#tag=$pkgver)
-sha256sums=('91131cd29b695f0f9f703d0aefccfa4f8a852b6a03cecae018b02467c2943761')
+sha256sums=('9bdd8da41a0bd3e975e313fb61d2f2aedaef0cc26b26edd5bfacf2842b933dc3')
build() {
cd ejs
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp-ejs/-/commit/23ec158ae49422a5b1b976d0c0751b4763792115
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp-ejs/-/commit/23ec158ae49422a5b1b976d0c0751b4763792115
You're receiving this email because of your account on gitlab.archlinux.org.