diff options
Diffstat (limited to 'testing/geos/APKBUILD')
-rw-r--r-- | testing/geos/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/geos/APKBUILD b/testing/geos/APKBUILD index 1158c146d4..bfc3a848d1 100644 --- a/testing/geos/APKBUILD +++ b/testing/geos/APKBUILD @@ -5,7 +5,7 @@ pkgver=3.6.2 pkgrel=0 pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++." url="http://trac.osgeo.org/geos/" -arch="x86 x86_64" +arch="all !armhf" license="LGPL-2.1" makedepends="swig python2-dev" subpackages="py-$pkgname:py $pkgname-dev" |