mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 0.10.34-1
This commit is contained in:
parent
3d8f003b2d
commit
54a658aa47
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.33
|
||||
pkgver=0.10.34
|
||||
_npmver=2.1.14
|
||||
pkgrel=10
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
url='http://nodejs.org/'
|
||||
|
@ -23,7 +23,7 @@ checkdepends=('curl')
|
|||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz"
|
||||
git+https://github.com/npm/npm.git#tag=v$_npmver)
|
||||
sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
|
||||
sha256sums=('d7f8473b5849873039f7e62595e12dcdb78c8dffda317e1253b3123876bf3415'
|
||||
'SKIP')
|
||||
|
||||
set_flags_for_arm() {
|
||||
|
|
Loading…
Reference in a new issue