diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-30 08:41:22 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-30 08:41:22 +0100 |
commit | 655068d562cb589dc7afd2c43b56a8db4bb28991 (patch) | |
tree | b0ad424b3be7496acbfcb907f98513c0c0ae9ce4 /community/nodejs/PKGBUILD | |
parent | a385e34f013c11333dfa0c51e0d93cad7aee3d38 (diff) | |
parent | ec8ec85d765aa7c0826e20196c70e20e0e4e7169 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
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 692e42ba0..2a464a693 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' 'mips64el') 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} |