summaryrefslogtreecommitdiff
path: root/community/nodejs/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r--community/nodejs/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD
index 7226f50af..d5a02216e 100644
--- a/community/nodejs/PKGBUILD
+++ b/community/nodejs/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 74366 2012-07-25 20:56:41Z bpiotrowski $
+# $Id: PKGBUILD 74783 2012-08-04 07:34:52Z 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.8.4
+pkgver=0.8.5
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=('ea44c0fa7a5f268bedfbea0ae1884db5')
+md5sums=('815b71e801fcecae43b3dc08737f5097')
build() {
cd node-v${pkgver}
@@ -56,9 +56,6 @@ package() {
cp -r doc/api/*.html \
${pkgdir}/usr/share/doc/nodejs
- # compress man pages
- find $pkgdir/usr/lib/node_modules/npm/man -type f | xargs gzip -9
-
install -D -m644 LICENSE \
${pkgdir}/usr/share/licenses/nodejs/LICENSE
}