summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-06-12 22:33:41 +0800
committerUniversebenzene2019-06-12 22:33:41 +0800
commit4a4fa253bf9a7b7de497d9e89da04f2cdeb9ce68 (patch)
tree64b41df604580d5abd5467e66f837d828c7b5711
parent015480218e4e63508a63fdc48293ef9c7636fe30 (diff)
downloadaur-4a4fa253bf9a7b7de497d9e89da04f2cdeb9ce68.tar.gz
Update makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4f9f3858acd..f0f832dbdb63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,8 +9,7 @@ pkgbase = python-spherical_geometry
makedepends = python-setuptools
makedepends = qd>=2.3.7
makedepends = python-astropy>=3.1
- makedepends = python-astropy-helpers>=3.1
- makedepends = python-astropy-helpers<3.2
+ makedepends = python-astropy-helpers31
makedepends = python-sphinx-astropy
source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.9.tar.gz
source = fix_doc_warning.patch
diff --git a/PKGBUILD b/PKGBUILD
index af4e56cfcd59..dae0ae5da5b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,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=('python-setuptools' 'qd>=2.3.7' 'python-astropy>=3.1' 'python-astropy-helpers>=3.1' 'python-astropy-helpers<3.2' 'python-sphinx-astropy')
+makedepends=('python-setuptools' 'qd>=2.3.7' 'python-astropy>=3.1' 'python-astropy-helpers31' 'python-sphinx-astropy')
#checkdepends=('python-pytest-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'fix_doc_warning.patch')