summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea89795526d9..13500f5f940d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 06:26:36 UTC 2016
+# Wed Jan 20 06:30:07 UTC 2016
pkgbase = python2-mpldatacursor
pkgdesc = Interactive data cursors for Matplotlib
pkgver = 0.6.1
@@ -8,9 +8,9 @@ pkgbase = python2-mpldatacursor
arch = any
license = MIT
makedepends = python2-distribute
- makedepends = python2-matplotlib
- makedepends = python2-numpy
depends = python2
+ depends = python2-matplotlib
+ depends = python2-numpy
source = https://pypi.python.org/packages/source/m/mpldatacursor/mpldatacursor-0.6.1.tar.gz
sha256sums = 156dc422d5ddf666043e99a695cae8e9de1fded5ca2f519e64ff4186640fc3cc
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")