diff options
Diffstat (limited to 'community/fftw2/PKGBUILD')
-rw-r--r-- | community/fftw2/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/fftw2/PKGBUILD b/community/fftw2/PKGBUILD index e46a44e49..2980711e9 100644 --- a/community/fftw2/PKGBUILD +++ b/community/fftw2/PKGBUILD @@ -6,7 +6,7 @@ pkgname=fftw2 pkgver=2.1.5 pkgrel=5 pkgdesc="A C subroutine library for computing the discrete Fourier transform (DFT)" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.fftw.org/" license=('GPL2') depends=('glibc') |