diff options
Diffstat (limited to 'community/gdal')
-rw-r--r-- | community/gdal/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/gdal/PKGBUILD b/community/gdal/PKGBUILD index 9bf40aea8..ca383e756 100644 --- a/community/gdal/PKGBUILD +++ b/community/gdal/PKGBUILD @@ -7,7 +7,7 @@ pkgname=gdal pkgver=1.8.0 pkgrel=6 pkgdesc="A translator library for raster geospatial data formats" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.gdal.org/" license=('custom') depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg' 'libpng' 'libtiff' 'netcdf' 'python2' 'python2-numpy' 'cfitsio' 'sqlite3' 'libmysqlclient' 'postgresql-libs') |