mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/nodejs to 9.9.0-1
This commit is contained in:
parent
6416436ca4
commit
2fb484a98e
1 changed files with 4 additions and 4 deletions
|
@ -14,17 +14,17 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=9.8.0
|
||||
pkgrel=2
|
||||
pkgver=9.9.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
url='http://nodejs.org/'
|
||||
license=('MIT')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'nghttp2') # 'v8')
|
||||
depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser' 'c-ares' 'libnghttp2') # '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=('cbd819ce7e63f1d1122c4598207d0ca39ae8757b65892990b73930ed3a41636fb99be4a8ef419cca05a7ac5d869608d044e01e5a50533fc2449e6b111e3f1461')
|
||||
sha512sums=('9ee32ae56041cf6c3dd95423e24a0a17d08a2cf253c23ec14262e8ee129a3c4f7f5556fedd6d55a71ab78e0cc5d3b55ab00c28913dc30bc115433e6b26550358')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue