mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
community/nodejs to 0.10.33-1
This commit is contained in:
parent
7c631d8d63
commit
d9c1ff39b3
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.32
|
||||
pkgver=0.10.33
|
||||
_npmver=2.1.5
|
||||
pkgrel=9
|
||||
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=('c2120d0e3d2d191654cb11dbc0a33a7216d53732173317681da9502be0030f10'
|
||||
sha256sums=('75dc26c33144e6d0dc91cb0d68aaf0570ed0a7e4b0c35f3a7a726b500edd081e'
|
||||
'SKIP')
|
||||
|
||||
set_flags_for_arm() {
|
||||
|
|
Loading…
Reference in a new issue