mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 9.2.1-1
This commit is contained in:
parent
fb5853cdaa
commit
f12d9b7ec1
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=9.2.0
|
||||
pkgver=9.2.1
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl-1.0' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares') # 'v8')
|
|||
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=('4f9fc98bcc9e4c0e74876ff2a2983412665d4896623fba685df590fcd4d7158068823b29fc1945852554a05ce449de4d39f1877e6b609d4c91e0a567792fc83b')
|
||||
sha512sums=('682563bd0f17e7b771b7e8d38dfb9c1237fd7a680f887834a301e94836f42fd4db5e6ac17b1ed8447de30a1054cbac871995dbcd6424d23ea43251351d0ed4f9')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue