diff options
Diffstat (limited to 'community/luxrays')
-rw-r--r-- | community/luxrays/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/luxrays/PKGBUILD b/community/luxrays/PKGBUILD index ff955101f..59844fd42 100644 --- a/community/luxrays/PKGBUILD +++ b/community/luxrays/PKGBUILD @@ -6,7 +6,7 @@ _pkgver=ed424ec77571 pkgrel=7 epoch=0 pkgdesc="Accelerate the ray intersection process by using GPUs" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.luxrender.net/" license=('GPL') depends=('freeimage' 'freeglut' 'glew' 'libcl') |