mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/nodejs to 14.5.0-1
This commit is contained in:
parent
6b12ea57f5
commit
667cfbd1cd
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.4.0
|
||||
pkgver=14.5.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -23,7 +23,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'c-ares' 'libnghttp2') # 'http-parser' '
|
|||
makedepends=('python' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('88e8acc9b3359a57f0ed8d4d6e5af1d8d3595360348b76a52b12647d95bfb9668cc7587218cdc9e969cbcdc7a10ec3f5082b23787d1d61bf5e0cb4b94c40d290')
|
||||
sha512sums=('aae2cd77f651452c6a65763e63eb730b959dde8972ca5602d3cfa0b95e9b6e8621548660bc63fcc947809da9eb32afd8c24da3561df302ed25f16c04bd93421c')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue