summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge C. Privon2018-06-06 12:47:38 -0400
committerGeorge C. Privon2018-06-06 12:47:38 -0400
commit0e91095a5edd442700b0d1d16e5293460512026c (patch)
tree1ffed94342164422a815b795ad3231881c69e52e
parent44f1ddc6c7b5a115c86c7cfa14db1ac02acf7f74 (diff)
downloadaur-0e91095a5edd442700b0d1d16e5293460512026c.tar.gz
update depends
-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")