diff options
Diffstat (limited to 'community/postgis/PKGBUILD')
-rw-r--r-- | community/postgis/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/postgis/PKGBUILD b/community/postgis/PKGBUILD index 7f193d0e0..236448537 100644 --- a/community/postgis/PKGBUILD +++ b/community/postgis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=postgis pkgver=2.0.2 pkgrel=1 pkgdesc="Adds support for geographic objects to PostgreSQL" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://postgis.org/" license=('GPL') depends=('postgresql>=9.2' 'postgresql<9.3' 'proj' 'geos' 'gdal' 'json-c' 'libxml2') |