diff options
Diffstat (limited to 'extra/netcdf-cxx/PKGBUILD')
-rw-r--r-- | extra/netcdf-cxx/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/netcdf-cxx/PKGBUILD b/extra/netcdf-cxx/PKGBUILD index 600e095a3..c6b1c090e 100644 --- a/extra/netcdf-cxx/PKGBUILD +++ b/extra/netcdf-cxx/PKGBUILD @@ -6,7 +6,7 @@ pkgname=netcdf-cxx pkgver=4.2 pkgrel=1 pkgdesc="NetCDF c++ bindings" -arch=("i686" "x86_64") +arch=("i686" "x86_64" "mips64el") url="http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp" depends=('gcc-libs' 'netcdf' 'curl') options=('!libtool' '!makeflags') |