mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/nodejs to 10.1.0-1
This commit is contained in:
parent
14ddfe7d69
commit
7114abfd23
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=10.0.0
|
||||
pkgver=10.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # '
|
|||
makedepends=('python2' 'procps-ng')
|
||||
optdepends=('npm: nodejs package manager')
|
||||
source=("nodejs-$pkgver.tar.gz::https://github.com/nodejs/node/archive/v$pkgver.tar.gz")
|
||||
sha512sums=('888f5358f58d16ebab23542a42a2df8fb87dbdcd2c60098f5c0bd51049d7736928994509afc0fe85b294ad0fc22001fa6473fd962f92e4bb46ddb6721fcf326a')
|
||||
sha512sums=('ed621ab8eb62ed6cb3f69c30328f3549efe89ee52d8cd0fd64f6a0c4dbb6addb6688d4600665e598f79aca34fe3715f12845c81d4052bf2032b6b843f437712e')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue