Skip to content

Commit

Permalink
Merge pull request #1317 from makedeb/pkg-update/nodejs
Browse files Browse the repository at this point in the history
Package Update: `nodejs`
  • Loading branch information
lordofpipes authored Jul 7, 2024
2 parents 8561ad1 + df6c528 commit 39edb6b
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
# Maintainer: Hunter Wittenborn <[email protected]>
_pkgname='node'
pkgname=nodejs
pkgver=18.8.0
pkgrel=2
pkgver=20.15.0
pkgrel=1
pkgdesc='Node.js JavaScript runtime'
arch=('any')
depends=(
'libbrotli1'
'libcares2'
'libnghttp2-14'
'libuv1t64'
'libssl3t64'
'zlib1g'
)
makedepends=(
'g++'
'libbrotli-dev'
'libc-ares-dev'
'libnghttp2-dev'
'libuv1-dev'
'libssl-dev'
'zlib1g-dev'
)
makedepends=(
'g++'
'ninja-build'
'python3'
)
Expand Down

0 comments on commit 39edb6b

Please sign in to comment.