diff options
Diffstat (limited to 'community/v8/PKGBUILD')
-rw-r--r-- | community/v8/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/v8/PKGBUILD b/community/v8/PKGBUILD index 02cee4ebd..c8035d68b 100644 --- a/community/v8/PKGBUILD +++ b/community/v8/PKGBUILD @@ -6,7 +6,7 @@ pkgname=v8 pkgver=3.6.6.20 pkgrel=1 pkgdesc='A fast and modern javascript engine' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/v8' license=('BSD') depends=('gcc-libs') |