summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-02-09 04:11:46 +0800
committerUniversebenzene2018-02-09 04:11:46 +0800
commit0542eac08dcdb7dde7bf38360903f5f1a253e5d3 (patch)
tree68ebcb5320888285e4757f4b9ffe4683961e7969 /PKGBUILD
parentf90d8901cd47b3357a1a44532ca385a140a8328e (diff)
downloadaur-0542eac08dcdb7dde7bf38360903f5f1a253e5d3.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 f3bd4d1ecb7c..ca86169b0ff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python-based Astronomical image reprojection"
arch=('i686' 'x86_64')
url="http://reproject.readthedocs.io/en/stable/"
license=('BSD')
-makedepends=('cython' 'python-astropy-helpers' 'python-sphinx')
+makedepends=('cython' 'python-astropy>=2.0' 'python-astropy-helpers' 'python-astropy-healpix>=0.2' 'python-sphinx')
checkdepends=('python-matplotlib' 'python-shapely' 'python-pytest-arraydiff')
source=("https://files.pythonhosted.org/packages/source/r/reproject/reproject-${pkgver}.tar.gz")
md5sums=('56777bf5c2f8e2a7c0a05b3d058943c2')