mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/nodejs to 0.10.3-1
This commit is contained in:
parent
9dd448f9ea
commit
91f7e62573
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
||||||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||||
|
|
||||||
pkgname=nodejs
|
pkgname=nodejs
|
||||||
pkgver=0.10.2
|
pkgver=0.10.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Evented I/O for V8 javascript'
|
pkgdesc='Evented I/O for V8 javascript'
|
||||||
arch=('i686' 'x86_64' 'arm')
|
arch=('i686' 'x86_64' 'arm')
|
||||||
|
@ -19,7 +19,7 @@ checkdepends=('curl')
|
||||||
optdepends=('openssl: TLS support')
|
optdepends=('openssl: TLS support')
|
||||||
options=('!emptydirs !strip')
|
options=('!emptydirs !strip')
|
||||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||||
sha256sums=('4eb642897fdb945b49720f2604afc493587aec7a9ff1537e882df659e4dd8aa2')
|
sha256sums=('bc8796ff6414231fa0603e0383404f14648dfd2fe9fb0fa4d4a6043dfddbb328')
|
||||||
|
|
||||||
set_flags_for_arm() {
|
set_flags_for_arm() {
|
||||||
if [ "$CARCH" == "arm" ]; then
|
if [ "$CARCH" == "arm" ]; then
|
||||||
|
|
Loading…
Reference in a new issue