diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-02 15:52:33 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-07-02 15:52:33 -0300 |
commit | 0ca20230bdd33f8e07d2da28bec74c5e685650e9 (patch) | |
tree | 6f09c1056210679c3dfe0c6534ffd6b2d0f7bf68 /community/nodejs/PKGBUILD | |
parent | ca8ab20a665411e312578954c85f1bd3913fc726 (diff) | |
parent | 9d209f25af63a35774000e87df4e188057f71b2f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community-staging/mythtv/PKGBUILD
community-staging/mythtv/mythbackend.rc
community-staging/mythtv/mythtv.install
community/sigil/PKGBUILD
extra/pixman/PKGBUILD
staging/vlc/PKGBUILD
Diffstat (limited to 'community/nodejs/PKGBUILD')
-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 bfdd93dae..36f40c85d 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 72985 2012-06-26 13:36:13Z bpiotrowski $ +# $Id: PKGBUILD 73072 2012-06-30 08:03:14Z 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.0 +pkgver=0.8.1 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64' 'mips64el') @@ -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=('7efde00ad3292d4c56ad607ab676d935') +md5sums=('32a6f7b7cf196cb89bd973741ae58dd1') build() { cd node-v${pkgver} |