mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs to 15.12.0-1
This commit is contained in:
parent
5784aa4823
commit
e36ffbccda
1 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=15.11.0
|
||||
pkgver=15.12.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'libnghttp2') # 'c-ares' '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=('25985b38301dd9de042dba3384f1acbfeedff804ab9e27a0b30bdda2fbc00c9ca46be744ad263995fe5549e6af0369523704859fc70eaff9fa73d2b439e7a678')
|
||||
sha512sums=('4c14dd75494c9cf093deb8f87efdcd86d96d2dc78dd1b37e25093e1ea6296e5b792a75f2465e54ae5a7a16a035402e71c185702ab38a95de1e8c700cb6aa8995')
|
||||
|
||||
build() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue