diff options
Diffstat (limited to 'community/libgeotiff')
-rw-r--r-- | community/libgeotiff/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/libgeotiff/PKGBUILD b/community/libgeotiff/PKGBUILD index a7e2823f6..5fe0a4863 100644 --- a/community/libgeotiff/PKGBUILD +++ b/community/libgeotiff/PKGBUILD @@ -7,7 +7,7 @@ pkgname=libgeotiff pkgver=1.3.0 pkgrel=1 pkgdesc="A TIFF based interchange format for georeferenced raster imagery" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('custom') url="http://www.remotesensing.org/geotiff" depends=('libtiff' 'proj' 'libjpeg>=7') |