summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-03-22 22:02:33 -0700
committerDavid McInnis2016-03-22 22:02:33 -0700
commitb6a0862c1822d5e085abc89d699fa4b8ad529d5d (patch)
tree9049f28ea4e481e680a44711d2cd98105f8a5f74
parentd64c0fdc0a78f112ef3f3cdbcb477f52d1b2d3b3 (diff)
downloadaur-b6a0862c1822d5e085abc89d699fa4b8ad529d5d.tar.gz
added conflicts with package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9f62684b0fe..8dd6c5a60785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 04:59:43 UTC 2016
+# Wed Mar 23 05:02:16 UTC 2016
pkgbase = python-pydot-ng
pkgdesc = Python interface to Graphviz's Dot Language, updated version
pkgver = 1.0.0
@@ -10,6 +10,7 @@ pkgbase = python-pydot-ng
makedepends = python-setuptools
depends = python-pyparsing
depends = python-pygraphviz
+ conflicts = python-pydot
source = https://pypi.python.org/packages/source/p/pydot-ng/pydot_ng-1.0.0.tar.gz
source = LICENSE.txt::https://github.com/pydot/pydot-ng/blob/master/LICENSE?raw=true
sha256sums = c420ecd08ec34c76bec98fbc1956d58a8f0bbd7b4e1d2dc90664d9fd29471341
diff --git a/PKGBUILD b/PKGBUILD
index ac2ff53fb893..28c146784972 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ pkgdesc="Python interface to Graphviz's Dot Language, updated version"
url="https://github.com/pydot/pydot-ng"
depends=('python-pyparsing' 'python-pygraphviz')
makedepends=('python-setuptools')
+conflicts=('python-pydot')
#checkdepends=('python-unittest2py3k' 'python-pytest') Test doesn't work current release
license=('MIT')
arch=('any')