summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-02-09 03:59:33 +0800
committerUniversebenzene2018-02-09 03:59:33 +0800
commit893c3a1ac52f6768b977bcb93b1e6f5888783330 (patch)
tree5ca52e7bd0fd0150d33a94f3eca1efaa055a24ad /PKGBUILD
parent47a9958c91655e8d5916251c7aa9094449b5518e (diff)
downloadaur-893c3a1ac52f6768b977bcb93b1e6f5888783330.tar.gz
Correct makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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')