summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-03-23 11:37:05 +0800
committerUniversebenzene2019-03-23 11:37:05 +0800
commitd24582282cabaaa1375e05b9008da0777fcd1fa1 (patch)
treeadd959c6d63b5eb7af4ca7b4e184b31f2b5529b8
parent360a8f63dfe96c0b825a11ee19f45bcb1d6f3fb3 (diff)
downloadaur-d24582282cabaaa1375e05b9008da0777fcd1fa1.tar.gz
Add optdepend
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 515314b9e4ec..f84f0a6b1e90 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Sat Mar 23 03:36:00 UTC 2019
pkgbase = python2-healpy
pkgdesc = Python package to manipulate healpix maps
pkgver = 1.12.9
@@ -13,6 +15,7 @@ pkgbase = python2-healpy
depends = python2-astropy
depends = cfitsio
depends = healpix
+ optdepends = python-healpy-doc: Documentation for healpy
source = https://files.pythonhosted.org/packages/source/h/healpy/healpy-1.12.9.tar.gz
md5sums = 9c1a5ae49b95b6fdbaf352ac8182b9b8
diff --git a/PKGBUILD b/PKGBUILD
index ae13ffd95315..cd548d290ff4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="http://healpy.readthedocs.io"
license=('GPL')
depends=('python2>=2.7' 'python2-numpy>=1.5' 'python2-matplotlib' 'python2-astropy' 'cfitsio' 'healpix')
makedepends=('cython2>=0.16')
+optdepends=('python-healpy-doc: Documentation for healpy')
source=("https://files.pythonhosted.org/packages/source/h/healpy/healpy-${pkgver}.tar.gz")
md5sums=('9c1a5ae49b95b6fdbaf352ac8182b9b8')