summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96d6f0cce5e..e6a34e7e5b35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 19:11:31 UTC 2018
+# Thu Feb 8 20:04:57 UTC 2018
pkgbase = python-regions
pkgdesc = Astropy affilated package for region handling
pkgver = 0.2
@@ -9,6 +9,7 @@ pkgbase = python-regions
arch = x86_64
license = BSD
makedepends = cython
+ makedepends = python-astropy>=1.2
makedepends = python-astropy-helpers
makedepends = python-sphinx
source = https://files.pythonhosted.org/packages/source/r/regions/regions-0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index bdb24d0f6565..402271c2a387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Astropy affilated package for region handling"
arch=('i686' 'x86_64')
url="http://astropy-regions.readthedocs.io/en/latest/"
license=('BSD')
-makedepends=('cython' 'python-astropy-helpers' 'python-sphinx')
+makedepends=('cython' 'python-astropy>=1.2' 'python-astropy-helpers' 'python-sphinx')
#checkdepends=('python-pytest-arraydiff')
source=("https://files.pythonhosted.org/packages/source/r/regions/regions-${pkgver}.tar.gz")
md5sums=('48597dc17906e478292040dae2df5596')