summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD1
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d76f3b8c71a9..5afc74f35b91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,10 @@
+# Generated by mksrcinfo v8
+# Sat Mar 23 03:36:13 UTC 2019
pkgbase = python-healpy
pkgdesc = Python package to manipulate healpix maps
pkgver = 1.12.9
pkgrel = 1
- url = http://healpy.readthedocs.org
+ url = http://healpy.readthedocs.io
arch = i686
arch = x86_64
license = GPL
@@ -13,6 +15,7 @@ pkgbase = python-healpy
depends = python-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 58f61d90bbdd..16d5eea47a1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="http://healpy.readthedocs.io"
license=('GPL')
depends=('python>=3.4' 'python-numpy>=1.5' 'python-matplotlib' 'python-astropy' 'cfitsio' 'healpix')
makedepends=('cython>=0.16')
+optdepends=('python-healpy-doc: Documentation for healpy')
source=("https://files.pythonhosted.org/packages/source/h/healpy/healpy-${pkgver}.tar.gz")
md5sums=('9c1a5ae49b95b6fdbaf352ac8182b9b8')