diff options
Diffstat (limited to 'community/torch/PKGBUILD')
-rw-r--r-- | community/torch/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/torch/PKGBUILD b/community/torch/PKGBUILD index 7bda8ea70..88f9c11f8 100644 --- a/community/torch/PKGBUILD +++ b/community/torch/PKGBUILD @@ -5,7 +5,7 @@ pkgname=torch pkgver=3.1 pkgrel=4 pkgdesc="State of the art machine learning library" -arch=(i686 x86_64) +arch=(i686 x86_64 'mips64el') url="http://packages.debian.org/source/lenny/torch3" license=('GPL') depends=(gcc-libs) |