summaryrefslogtreecommitdiff
path: root/community/nodejs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r--community/nodejs/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index a4767c36c..923d5f82e 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,5 +1,5 @@
-# $Id: PKGBUILD 70788 2012-05-16 16:52:49Z bpiotrowski $
-# Maintainer: Nartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# $Id: PKGBUILD 72338 2012-06-12 05:36:21Z bpiotrowski $
+# Maintainer: Bartł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 >
@@ -8,7 +8,7 @@
# Contributor: TIanyi Cui <tianyicui@gmail.com>
pkgname=nodejs
-pkgver=0.6.18
+pkgver=0.6.19
pkgrel=1
pkgdesc='Evented I/O for V8 javascript'
arch=('i686' 'x86_64')
@@ -19,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=('4a3d3123ccc7b9b21c1990fe074e3d14')
+md5sums=('f5669a9717422b811c6bad1cc961b1e5')
build() {
cd node-v${pkgver}
@@ -55,7 +55,7 @@ package() {
# install docs as per user request
install -d ${pkgdir}/usr/share/doc/nodejs
- cp -r doc/api/api/* \
+ cp -r doc/api/*.html \
${pkgdir}/usr/share/doc/nodejs
install -D -m644 LICENSE \