summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorent H. CARRÉ2015-09-09 03:59:20 +0200
committerFlorent H. CARRÉ2015-09-09 03:59:20 +0200
commitba1dc919f5582de9f7c76b059e877b3a692c1048 (patch)
tree0ebabb8e83674f3a793286ac15e6b3c9e3dd3960
parent29d8055f53f8e01901e2dead58b3d2002b50d1e3 (diff)
downloadaur-ba1dc919f5582de9f7c76b059e877b3a692c1048.tar.gz
add dependency : python-setuptools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3290b44a6a61..f2252a3e3e2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gprof2dot
pkgdesc = A Python script to convert the output from many profilers into a dot graph.
pkgver = 2015.02.03
- pkgrel = 1
+ pkgrel = 2
url = http://jrfonseca.googlecode.com/
arch = any
license = LGPL
makedepends = git
depends = python
+ depends = python-setuptools
provides = gprof2dot
source = https://pypi.python.org/packages/source/g/gprof2dot/gprof2dot-2015.02.03.tar.gz
md5sums = b026772f1cc8f7f203143855e0316443
diff --git a/PKGBUILD b/PKGBUILD
index dc0e351fd3f8..4b6f7a82b2af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gprof2dot
pkgver=2015.02.03
-pkgrel=1
+pkgrel=2
pkgdesc="A Python script to convert the output from many profilers into a dot graph."
arch=("any")
url="http://jrfonseca.googlecode.com/"
license=('LGPL')
-depends=(python)
+depends=('python' 'python-setuptools')
makedepends=('git')
provides=(gprof2dot)
source=("https://pypi.python.org/packages/source/g/gprof2dot/gprof2dot-$pkgver.tar.gz")