summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a2021e0f677..6a1f4a0e0352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-astroplan
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A python package to help astronomers plan observations"
arch=('i686' 'x86_64')
url="https://astroplan.readthedocs.io/en/latest/"
@@ -9,6 +9,7 @@ license=('BSD')
depends=('python>=3.5' 'python-numpy' 'python-astropy>=1.3' 'python-pytz')
makedepends=('cython')
optdepends=('python-matplotlib: Plotting support'
+ 'python-pytest-mpl: Testing the plot function'
'python-astroquery: Astroquery support')
source=("https://files.pythonhosted.org/packages/source/a/astroplan/astroplan-${pkgver}.tar.gz"
'astroplan-ephem.patch')