diff options
Diffstat (limited to 'community/libgeotiff/PKGBUILD')
-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 67e2632a7..fe4316fc1 100644 --- a/community/libgeotiff/PKGBUILD +++ b/community/libgeotiff/PKGBUILD @@ -8,7 +8,7 @@ pkgname=libgeotiff pkgver=1.4.0 pkgrel=1 pkgdesc="A TIFF based interchange format for georeferenced raster imagery" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.remotesensing.org/geotiff" license=('custom') depends=('libtiff' 'proj' 'libjpeg>=7') |