diff options
Diffstat (limited to 'gis/grass/PKGBUILD')
-rw-r--r-- | gis/grass/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gis/grass/PKGBUILD b/gis/grass/PKGBUILD index 3ef489780..21a454577 100644 --- a/gis/grass/PKGBUILD +++ b/gis/grass/PKGBUILD @@ -6,7 +6,7 @@ pkgname=grass pkgver=6.4.2 pkgrel=2 pkgdesc='Geographic Information System (GIS) used for geospatial data management and analysis, image processing, graphics/maps production, spatial modeling, and visualization.' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://grass.fbk.eu/' license=('GPL') depends=('cfitsio' 'fftw' 'gdal' 'libjpeg' 'libpng' 'libtiff' 'libxmu' 'mesa' 'python2' 'postgresql' 'proj' 'tcl' 'tk' 'wxpython' 'xorg-server') |