summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f00f52958bdd..25eb2d47f973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=pyresample
pkgrel=1
pkgver=v1.10.3.144.g55a02ce
pkgdesc="Geospatial image resampling in Python"
-arch=('any')
+arch=(i686 x86_64)
url="http://pyresample.readthedocs.org"
depends=('python2-numpy' 'python2-pyproj' 'python2-configobj')
optdepends=('python2-numexpr: used to optimize some bottlenecks')