diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-14 09:52:50 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-04-14 09:52:50 +0200 |
commit | b7f66a52ecf7bd12688286f7ae41a9d3ad22caa4 (patch) | |
tree | e8da097859d39d5b1529b8833e81dc8bbca45909 /community/nodejs | |
parent | 74e81d0a23e0ca7480b035c9c388a3e0f033022f (diff) | |
parent | 8ec4fd7a9e4748c568b20fefcb2dec0f289dc213 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/python-psutil/PKGBUILD
extra/timidity++/PKGBUILD
Diffstat (limited to 'community/nodejs')
-rw-r--r-- | community/nodejs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index aa4de710d..a4774f9ac 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87751 2013-04-06 09:18:35Z bpiotrowski $ +# $Id: PKGBUILD 88176 2013-04-13 10:02:06Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos <james.r.campos@gmail.com> @@ -8,7 +8,7 @@ # Contributor: TIanyi Cui <tianyicui@gmail.com> pkgname=nodejs -pkgver=0.10.3 +pkgver=0.10.4 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64' 'mips64el') @@ -18,7 +18,7 @@ depends=('openssl' 'python2') checkdepends=('curl') options=('!emptydirs') source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz) -sha256sums=('bc8796ff6414231fa0603e0383404f14648dfd2fe9fb0fa4d4a6043dfddbb328') +sha256sums=('1c960d2822447a9e4f7c46b832ff05e86743033c6643d644975af1cbf6a44fb8') build() { cd node-v${pkgver} |