summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-08-29 01:13:34 +0800
committerUniversebenzene2019-08-29 01:13:34 +0800
commit1c84f2b65c1ac1e9ade879452510e1a9c86d075d (patch)
tree1d581a963f28b643f298e69feb15545c4497c3f9
parent9944134cc01cf115cac5c1ed7b40148f3e50273b (diff)
downloadaur-1c84f2b65c1ac1e9ade879452510e1a9c86d075d.tar.gz
Improve depends order
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 813f8b953d12..35c8d63fcaae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-stsci.image-doc
arch = x86_64
license = BSD
makedepends = python2-stsci.image=2.3.3
+ makedepends = python2-numpydoc
makedepends = python2-stsci.sphinxext
source = https://github.com/spacetelescope/stsci.image/archive/2.3.3.tar.gz
source = fix_new_sphinx.patch
diff --git a/PKGBUILD b/PKGBUILD
index 9369cbdd4edd..cf42d1734375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Documentation for STScI Image"
arch=('i686' 'x86_64')
url="https://github.com/spacetelescope/stsci.image"
license=('BSD')
-makedepends=("python2-${_pyname}=${pkgver}" 'python2-stsci.sphinxext')
+makedepends=("python2-${_pyname}=${pkgver}" 'python2-numpydoc' 'python2-stsci.sphinxext')
source=("https://github.com/spacetelescope/${_pyname}/archive/${pkgver}.tar.gz"
'fix_new_sphinx.patch')
md5sums=('3067df5c19b14573b17c080931acc93c'