mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/nodejs to 9.10.0-1
This commit is contained in:
parent
a01b0aa0c9
commit
ab79da6071
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@
|
|||
buildarch=28
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=9.9.0
|
||||
pkgrel=2
|
||||
pkgver=9.10.0
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('x86_64')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -24,7 +24,7 @@ depends=('openssl-1.0' '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=('9ee32ae56041cf6c3dd95423e24a0a17d08a2cf253c23ec14262e8ee129a3c4f7f5556fedd6d55a71ab78e0cc5d3b55ab00c28913dc30bc115433e6b26550358')
|
||||
sha512sums=('6a96ffa1df9e2c592baea331eb6a5137b57257bb7b3a51b46b7a113e3d1674d1d2c46d0a423a4d3892c93f832d5ee896db54ab418add004837cc31f3309ad57e')
|
||||
|
||||
prepare() {
|
||||
cd node-$pkgver
|
||||
|
|
Loading…
Reference in a new issue