diff options
Diffstat (limited to 'community/postgis')
-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 39464ea8e..e2a8a1086 100644 --- a/community/postgis/PKGBUILD +++ b/community/postgis/PKGBUILD @@ -7,7 +7,7 @@ pkgname=postgis pkgver=2.0.0 pkgrel=2 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' 'gdal' 'json-c') |