summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Nicoulaud2017-05-12 20:55:15 +0200
committerJulien Nicoulaud2017-05-12 20:55:15 +0200
commit02af409bbd7cbd4f88e222c536dc590a6bdcc433 (patch)
tree138ee3a4ef86a8e882e94f4950918a9117d4e4be
parentff54102936737561b5c2b92a7d7ec0b153219245 (diff)
downloadaur-02af409bbd7cbd4f88e222c536dc590a6bdcc433.tar.gz
Fixes
-rw-r--r--.SRCINFO6
-rw-r--r--Changelog6
-rw-r--r--PKGBUILD9
3 files changed, 15 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b538b5d7b075..0bd91eb1b309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = nwdiag
pkgdesc = Generate network-diagram image files from spec-text files.
pkgver = 1.0.4
- pkgrel = 1
+ pkgrel = 2
url = http://blockdiag.com/en/nwdiag
changelog = Changelog
arch = any
license = APACHE
makedepends = python-distribute
depends = python
- depends = blockdiag>=1.3.0
+ depends = blockdiag>=1.5.0
+ depends = python-funcparserlib
optdepends = python-reportlab: to use the PDF output format
+ optdepends = python-docutils: to use the RST output format
conflicts = nwdiag-hg
source = http://pypi.python.org/packages/source/n/nwdiag/nwdiag-1.0.4.tar.gz
md5sums = 0d2ff1348aeff53aaf08838d0fa2c001
diff --git a/Changelog b/Changelog
index 5e471316985a..bca4c2763bd4 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+2017-05-12 Julien Nicoulaud <julien.nicoulaud@gmail.com>
+
+ * 1.0.4-2 :
+ Added missing dependency, added optdepends.
+
2012-01-17 Julien Nicoulaud <julien.nicoulaud@gmail.com>
* 0.7.0-2 :
@@ -7,4 +12,3 @@
* 0.7.0-1 :
Initial release of the package.
-
diff --git a/PKGBUILD b/PKGBUILD
index bfc7c2027434..80d1f0c97ec7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
# Source: https://github.com/nicoulaj/archlinux-packages
pkgname=nwdiag
pkgver=1.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Generate network-diagram image files from spec-text files."
arch=(any)
url="http://blockdiag.com/en/nwdiag"
license=(APACHE)
-depends=('python' 'blockdiag>=1.3.0')
-optdepends=('python-reportlab: to use the PDF output format')
+depends=('python'
+ 'blockdiag>=1.5.0'
+ 'python-funcparserlib')
+optdepends=('python-reportlab: to use the PDF output format'
+ 'python-docutils: to use the RST output format')
makedepends=(python-distribute)
changelog=Changelog
conflicts=('nwdiag-hg')