summaryrefslogtreecommitdiff
path: root/community/nodejs/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-18 16:54:29 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-18 16:54:29 +0200
commit6d3d853af3b9042559c2d86a7e3907f97921fb28 (patch)
treec792505884d2ffee7dee3e9060637acfe25a7021 /community/nodejs/PKGBUILD
parent5880798304726de24b4c520a62a15b3090950c08 (diff)
parent2f104ecf78d6a93ba8d67273b76364cb1365a6cf (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: extra/soprano/PKGBUILD extra/xfce4-sensors-plugin/PKGBUILD
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r--community/nodejs/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 0dfeed59c..f8a6ba84f 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,5 +1,6 @@
-# $Id: PKGBUILD 70343 2012-05-04 22:20:32Z tdziedzic $
-# Maintainer: Thomas Dziedzic < gostrc at gmail >
+# $Id: PKGBUILD 70788 2012-05-16 16:52:49Z bpiotrowski $
+# Maintainer: Nartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: James Campos <james.r.campos@gmail.com>
# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
# Contributor: Dongsheng Cai <dongsheng at moodle dot com>
@@ -7,7 +8,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.17
+pkgver=0.6.18
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +19,7 @@ checkdepends=('curl') # curl used for check()
optdepends=('openssl: TLS support')
options=('!emptydirs')
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
-md5sums=('55641d5d280cdd4e0c030c203107599d')
+md5sums=('4a3d3123ccc7b9b21c1990fe074e3d14')
build() {
cd node-v${pkgver}