Skip to content

Commit

Permalink
Update package version to '20.15.0-1'
Browse files Browse the repository at this point in the history
  • Loading branch information
kavplex committed Jun 21, 2024
1 parent 65368da commit df6c528
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 df6c528

Please sign in to comment.