mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs to 14.12.0-1
This commit is contained in:
parent
85ff73d628
commit
a6dff4b167
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=14.11.0
|
||||
pkgver=14.12.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=('a39ad598ca547f619a92a3825b40e105c85e34e7dae71bd424f28d144ad0a09bb594742474e171b693d87ad4f92b76c5a4700c46a719c41dabb82a0de5a291f2')
|
||||
sha512sums=('2d65d46881893005ed12bc5334baf0536f32a7ecd313adc2633d53592be2af753f12d5400216ab6e87bb5a3d16ad2f41719f041033df2ec28e2f7ffdf50388e5')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue