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 a75d97747b77..670a3973b6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Feb 8 18:32:24 UTC 2018
+# Thu Feb 8 19:58:31 UTC 2018
pkgbase = python-astropy-healpix
pkgdesc = BSD-licensed HEALPix for Astropy
pkgver = 0.2
@@ -9,6 +9,7 @@ pkgbase = python-astropy-healpix
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/a/astropy-healpix/astropy-healpix-0.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 02e45fb02787..155ff212ec1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="BSD-licensed HEALPix for Astropy"
arch=('i686' 'x86_64')
url="http://astropy-healpix.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' 'python-healpy' 'python-hypothesis')
source=("https://files.pythonhosted.org/packages/source/a/astropy-healpix/astropy-healpix-${pkgver}.tar.gz")
md5sums=('88cbb91e9c4dc61740735c9a9bdaaec5')