diff options
Diffstat (limited to 'community/libmatio')
-rw-r--r-- | community/libmatio/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libmatio/PKGBUILD b/community/libmatio/PKGBUILD index 43744b2a6..83cbc9f9a 100644 --- a/community/libmatio/PKGBUILD +++ b/community/libmatio/PKGBUILD @@ -6,7 +6,7 @@ pkgname=libmatio pkgver=1.3.3 pkgrel=3 pkgdesc="A C library with a fortran 90/95 module interface for reading/writing MATLAB MAT-files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('LGPL') url="http://sourceforge.net/projects/matio" depends=('gcc-libs') |