diff options
author | root <root@rshg054.dnsready.net> | 2013-03-30 00:06:23 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-30 00:06:23 -0700 |
commit | ec8ec85d765aa7c0826e20196c70e20e0e4e7169 (patch) | |
tree | 2a5b68f74fcd33ac18c8908d110554353d9fb0dc /community/nodejs/PKGBUILD | |
parent | 236f7ce9638c79b9ff594552540f3f5a2cbd8703 (diff) |
Sat Mar 30 00:06:23 PDT 2013
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r-- | community/nodejs/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 8e20d2a31..db855d9d0 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 86736 2013-03-21 18:07:50Z bpiotrowski $ +# $Id: PKGBUILD 87259 2013-03-29 09:42:40Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -8,17 +8,17 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.10.1 +pkgver=0.10.2 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') url='http://nodejs.org/' license=('MIT') depends=('openssl' 'python2') -checkdepends=('curl') # curl used for check() +checkdepends=('curl') options=('!emptydirs') source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz) -sha256sums=('2628dbf42fb3ec3927e595dc66f2f96e3c23455990dea690e300296d92afe4d3') +sha256sums=('4eb642897fdb945b49720f2604afc493587aec7a9ff1537e882df659e4dd8aa2') build() { cd node-v${pkgver} |