diff options
Diffstat (limited to 'community/shp2svg/PKGBUILD')
-rw-r--r-- | community/shp2svg/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/shp2svg/PKGBUILD b/community/shp2svg/PKGBUILD index 5f8d1fb6e..4d391f7e1 100644 --- a/community/shp2svg/PKGBUILD +++ b/community/shp2svg/PKGBUILD @@ -5,7 +5,7 @@ pkgname=shp2svg pkgver=0.5.1 pkgrel=2 pkgdesc="Takes the text input from shp2pgsql and converts it to SVG files" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://www.carto.net/papers/svg/utils/shp2svg/" license=('LGPL') depends=('postgis>=1.4' 'perl-math-round') |