summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a649f7c18c5c..92ce1eaedc5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python2-xdot
pkgdesc = Interactive viewer for graphs. Python2 version
pkgver = 0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jrfonseca/xdot.py
arch = any
license = LGPL
- depends = python2-setuptools
+ makedepends = python2-setuptools
+ depends = python2
source = https://pypi.python.org/packages/1e/f7/24050b7f897c547fa18e4e6f0fc744da100b821da69e9f966808c67eb979/xdot-0.6.tar.gz
md5sums = a8e5fc5208657b03ad1bd4c46de75724
diff --git a/PKGBUILD b/PKGBUILD
index 00d86e8ad819..7803378d6e3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=python2-xdot
_pyname=xdot
pkgver=0.6
-pkgrel=1
+pkgrel=2
pkgdesc="Interactive viewer for graphs. Python2 version"
url='https://github.com/jrfonseca/xdot.py'
arch=('any')
license=('LGPL')
-depends=('python2-setuptools')
+depends=('python2')
+makedepends=('python2-setuptools')
source=(https://pypi.python.org/packages/1e/f7/24050b7f897c547fa18e4e6f0fc744da100b821da69e9f966808c67eb979/${_pyname}-${pkgver}.tar.gz)
md5sums=('a8e5fc5208657b03ad1bd4c46de75724')