mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/nodejs to 0.10.5-1
This commit is contained in:
parent
a4d0c52f96
commit
fc7b6f9cd8
1 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
# Contributor: Jason Plum <jplum@archlinuxarm.org>
|
||||
|
||||
pkgname=nodejs
|
||||
pkgver=0.10.4
|
||||
pkgver=0.10.5
|
||||
pkgrel=1
|
||||
pkgdesc='Evented I/O for V8 javascript'
|
||||
arch=('i686' 'x86_64' 'arm')
|
||||
|
@ -19,7 +19,7 @@ checkdepends=('curl')
|
|||
optdepends=('openssl: TLS support')
|
||||
options=('!emptydirs !strip')
|
||||
source=("http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz")
|
||||
sha256sums=('1c960d2822447a9e4f7c46b832ff05e86743033c6643d644975af1cbf6a44fb8')
|
||||
sha256sums=('1c22bd15cb13b1109610ee256699300ec6999b335f3bc85dc3c0312ec9312cfd')
|
||||
|
||||
set_flags_for_arm() {
|
||||
if [ "$CARCH" == "arm" ]; then
|
||||
|
@ -103,7 +103,7 @@ package() {
|
|||
${pkgdir}/usr/share/doc/nodejs
|
||||
|
||||
# compress man pages
|
||||
find $pkgdir/usr/lib/node_modules/npm/man -type f | xargs gzip -9
|
||||
find "$pkgdir"/usr/lib/node_modules/npm/man -type f | xargs gzip -9
|
||||
|
||||
install -D -m644 LICENSE \
|
||||
${pkgdir}/usr/share/licenses/nodejs/LICENSE
|
||||
|
|
Loading…
Reference in a new issue