summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')