summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-01-20 15:30:12 +0900
committerBenjamin Chrétien2016-01-20 15:30:12 +0900
commit75d7e51c2702f58e3b286cf1f69d787b41738ae9 (patch)
tree37c80a9bdb49e97296713ae9e611822ebe7a05f9 /PKGBUILD
parentf15b68117f3e379f9f5de3c58fec006559da21c7 (diff)
downloadaur-python2-mpldatacursor.tar.gz
Fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e9bbb4dc687..eecb0ed5712a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@ pkgver=0.6.1
pkgrel=1
pkgdesc="Interactive data cursors for Matplotlib"
url="https://github.com/joferkington/mpldatacursor/"
-depends=('python2' )
-makedepends=('python2-distribute' 'python2-matplotlib' 'python2-numpy')
+depends=('python2' 'python2-matplotlib' 'python2-numpy')
+makedepends=('python2-distribute')
license=('MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/m/mpldatacursor/mpldatacursor-${pkgver}.tar.gz")