diff options
Diffstat (limited to 'community/nodejs/PKGBUILD')
-rw-r--r-- | community/nodejs/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index b29291f44..5189b3b85 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -9,7 +9,7 @@ pkgname=nodejs pkgver=0.4.10 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://nodejs.org/' license=('MIT') depends=('python2') |