*/*: replace cmd:node to nodejs

fixes #16400
This commit is contained in:
Fabricio Silva 2024-09-07 14:41:33 +01:00 committed by Patrycja Rosa
parent fb83c79215
commit 1c6416d032
3 changed files with 6 additions and 6 deletions

View file

@ -2,12 +2,12 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=npm
pkgver=10.8.3
pkgrel=0
pkgrel=1
pkgdesc="The package manager for JavaScript"
url="https://www.npmjs.com/"
arch="noarch"
license="Artistic-2.0"
depends="cmd:node"
depends="nodejs"
replaces="nodejs-doc" # for backward compatibility
subpackages="$pkgname-doc $pkgname-bash-completion"
source="https://registry.npmjs.org/npm/-/npm-$pkgver.tgz

View file

@ -3,12 +3,12 @@
# Maintainer: Fabricio Silva <hi@fabricio.dev>
pkgname=pnpm
pkgver=9.9.0
pkgrel=0
pkgrel=1
pkgdesc="Fast, disk space efficient package manager"
url="https://pnpm.io"
arch="noarch"
license="MIT"
depends="cmd:node" # works with nodejs and nodejs-current
depends="nodejs"
subpackages="
$pkgname-doc
$pkgname-bash-completion

View file

@ -2,12 +2,12 @@
# Maintainer: Díaz Urbaneja Diego <sodomon2@gmail.com>
pkgname=typescript
pkgver=5.4.5
pkgrel=0
pkgrel=1
pkgdesc="TypeScript is a superset of JavaScript that compiles to clean JavaScript output"
url="https://www.typescriptlang.org/"
arch="noarch"
license="Apache-2.0"
depends="cmd:node"
depends="nodejs"
options="!check" # not implemented
source="https://github.com/microsoft/TypeScript/releases/download/v$pkgver/typescript-$pkgver.tgz"
builddir="$srcdir/package"