Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / prettier
Commits: 2a0180ad by Daniel M. Capella at 2025-02-12T11:27:03-05:00 Depend on nodejs-lts Provided by whichever nodejs-lts-* package is the Active LTS. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -11,7 +11,7 @@ pkgbase = prettier makedepends = make makedepends = python makedepends = yarn - depends = nodejs-lts-jod + depends = nodejs-lts source = git+https://github.com/prettier/prettier.git#tag=3.5.0 b2sums = 7009f8c64ea96a7bb4fee747e185eefd6d498a98319c62ab1ec5521d7c84a12e0691a079450f0bd850a6fd0b5c33ed1674bdd3947934684703425399432d9956 ===================================== PKGBUILD ===================================== @@ -9,7 +9,7 @@ pkgdesc='An opinionated code formatter' arch=(any) url=https://prettier.io license=(MIT) -depends=(nodejs-lts-jod) +depends=(nodejs-lts) makedepends=( gcc git View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/prettier/-/commit/2a0180ad7683f85f492b2aa0c7bad67a33d0cc91 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/prettier/-/commit/2a0180ad7683f85f492b2aa0c7bad67a33d0cc91 You're receiving this email because of your account on gitlab.archlinux.org.