summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid McInnis2016-03-22 22:03:28 -0700
committerDavid McInnis2016-03-22 22:03:28 -0700
commit2ee5bdebe76945cc08fb29c689d40e3619faaa4e (patch)
tree7fc5a7f8552dde0902a7f377db56fcd6fd1b3f66
parentb6a0862c1822d5e085abc89d699fa4b8ad529d5d (diff)
downloadaur-2ee5bdebe76945cc08fb29c689d40e3619faaa4e.tar.gz
bump release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dd6c5a60785..da34e782b621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 23 05:02:16 UTC 2016
+# Wed Mar 23 05:03:13 UTC 2016
pkgbase = python-pydot-ng
pkgdesc = Python interface to Graphviz's Dot Language, updated version
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pydot/pydot-ng
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 28c146784972..26c68cb69f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('python-pydot-ng')
_module='pydot_ng'
pkgver='1.0.0'
-pkgrel=1
+pkgrel=2
pkgdesc="Python interface to Graphviz's Dot Language, updated version"
url="https://github.com/pydot/pydot-ng"
depends=('python-pyparsing' 'python-pygraphviz')