George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / jellyfin-web
Commits: e13394d2 by George Rawlinson at 2025-10-26T08:02:46+00:00 fix: explicitly state makedepends version closes #3. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -7,11 +7,11 @@ pkgrel=1 pkgdesc='Web client for Jellyfin' arch=(any) url='https://jellyfin.org' -license=('GPL-2.0-or-later') +license=(GPL-2.0-or-later) makedepends=( git nodejs - npm + 'npm=10.9.2' ) source=( "$pkgname::git+https://github.com/jellyfin/jellyfin-web#tag=v$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-web/-/commit/e13394d2e0f07af0b7a9da5840a12ecab1920904 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jellyfin-web/-/commit/e13394d2e0f07af0b7a9da5840a12ecab1920904 You're receiving this email because of your account on gitlab.archlinux.org.
