summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2017-02-13 10:24:12 +0100
committerDaniel Milde2017-02-13 10:24:12 +0100
commit558b13937c5c0089e7f3390354da7b0bb4f4099f (patch)
tree512234eaf6d2da143db0df5e5cdfe37703d6f3c9
parent12fe181b53301cfe8b34cf1ea5a75db17b3f4f88 (diff)
downloadaur-python2-pycallgraph.tar.gz
fixed deps
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3ca4312ab8f..9dfb99a807d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python2-pycallgraph
pkgdesc = Python module that creates call graph visualizations for Python applications.
pkgver = 1.0.1
- pkgrel = 1
+ pkgrel = 2
url = http://pycallgraph.slowchop.com/
arch = any
license = GPLv2
- depends = python
- depends = python-setuptools
+ depends = python2
+ depends = python2-setuptools
depends = python2-pygraphviz
source = https://github.com/gak/pycallgraph/archive/1.0.1.tar.gz
md5sums = b74aa0bb84f53e5d241f5dc16a83f143
diff --git a/PKGBUILD b/PKGBUILD
index 6ef004abd69b..fc558543ab59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
_name=pycallgraph
pkgname=python2-$_name
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python module that creates call graph visualizations for Python applications."
arch=('any')
url="http://pycallgraph.slowchop.com/"
license=('GPLv2')
-depends=('python' 'python-setuptools' 'python2-pygraphviz')
+depends=('python2' 'python2-setuptools' 'python2-pygraphviz')
source=("https://github.com/gak/$_name/archive/$pkgver.tar.gz")
md5sums=('b74aa0bb84f53e5d241f5dc16a83f143')