summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraziano.giuliani2019-02-04 10:43:13 +0100
committergraziano.giuliani2019-02-04 10:43:13 +0100
commit7a3898dc0f71de8b24f3f59f332eea9a329e1312 (patch)
tree9f46b1ca0bfacc5e3119697b717e987e89f47492
parent778565b9f68273a70a4541c6474e4fa92f5d6dd0 (diff)
downloadaur-7a3898dc0f71de8b24f3f59f332eea9a329e1312.tar.gz
new upstream
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1bb38df77b3..86e99566749f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
# Generated by mksrcinfo v8
-# Mon Feb 4 09:40:45 UTC 2019
+# Mon Feb 4 09:43:02 UTC 2019
pkgbase = pyresample
pkgdesc = Geospatial image resampling in Python
pkgver = v1.10.3.144.g55a02ce
pkgrel = 1
url = http://pyresample.readthedocs.org
- arch = any
+ arch = i686
+ arch = x86_64
license = LGPL3
makedepends = git
depends = python2-numpy
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')