summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-02-09 04:13:39 +0800
committerUniversebenzene2018-02-09 04:13:39 +0800
commit548981bf2bf7ff57a832bd33b83cb54cc3ae5e83 (patch)
treea78180161b815bd7e4dbd0c1a766c6404a1bf637 /PKGBUILD
parent9ccd1ff07694287f240c0e424bf903cc7d5f6cc5 (diff)
downloadaur-548981bf2bf7ff57a832bd33b83cb54cc3ae5e83.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 b3beccd0163c..f546efd46f16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Python based tools for spherical geometry"
arch=('i686' 'x86_64')
url="http://www.stsci.edu/resources/software_hardware/stsci_python"
license=('BSD')
-makedepends=('cython' 'python-astropy-helpers' 'python-sphinx')
+makedepends=('cython' 'qd>=2.3.7' 'python-astropy>=0.3' 'python-astropy-helpers' 'python-sphinx')
#checkdepends=('python-pytest')
source=("https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-${pkgver}.tar.gz")
md5sums=('83511d7d9ec2862f138e9e551432a544')