summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aba8a579c2f7..b9e08b903a9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pyname=corner
pkgname=python-$_pyname
pkgver=2.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Make some beautiful corner plots of samples'
url="https://pypi.python.org/pypi/$_pyname/"
-depends=('python-matplotlib')
+depends=('python-matplotlib' 'python-pytest' 'python-nose' 'python-pandas')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz")