summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Milde2017-02-13 10:24:12 +0100
committerDaniel Milde2017-02-13 10:24:12 +0100
commit558b13937c5c0089e7f3390354da7b0bb4f4099f (patch)
tree512234eaf6d2da143db0df5e5cdfe37703d6f3c9 /PKGBUILD
parent12fe181b53301cfe8b34cf1ea5a75db17b3f4f88 (diff)
downloadaur-python2-pycallgraph.tar.gz
fixed deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')