summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2018-02-19 00:23:01 +0800
committerUniversebenzene2018-02-19 00:23:01 +0800
commit83df2e8dd4e1fe857476c506611ca83370ca96db (patch)
tree2d8edbf27f8644873860afea08946535c5156eec /PKGBUILD
parent893c3a1ac52f6768b977bcb93b1e6f5888783330 (diff)
downloadaur-83df2e8dd4e1fe857476c506611ca83370ca96db.tar.gz
Add Docs building depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 155ff212ec1e..59933751b2ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgbase=python-astropy-healpix
pkgname=('python-astropy-healpix' 'python-astropy-healpix-doc')
pkgver=0.2
-pkgrel=2
+pkgrel=3
pkgdesc="BSD-licensed HEALPix for Astropy"
arch=('i686' 'x86_64')
url="http://astropy-healpix.readthedocs.io/en/latest/"
license=('BSD')
-makedepends=('cython' 'python-astropy>=1.2' 'python-astropy-helpers' 'python-sphinx')
+makedepends=('cython' 'python-astropy>=1.2' 'python-astropy-helpers' 'python-sphinx' 'python-matplotlib')
#checkdepends=('python-pytest' 'python-healpy' 'python-hypothesis')
source=("https://files.pythonhosted.org/packages/source/a/astropy-healpix/astropy-healpix-${pkgver}.tar.gz")
md5sums=('88cbb91e9c4dc61740735c9a9bdaaec5')
@@ -26,7 +26,7 @@ build() {
}
#check(){
-# cd $srcdir/astropy-healpix-${pkgver}
+# cd ${srcdir}/astropy-healpix-${pkgver}
#
# python setup.py test
#}