summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f5ad8e9dd6..6feb3d69bef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=epydoc
pkgver=3.0.1
-pkgrel=5
+pkgrel=6
pkgdesc='Tool for generating API documentation for Python modules, based on their docstrings'
arch=('any')
license=('MIT')
url='https://epydoc.sourceforge.net/'
-depends=('python2' 'docutils')
+depends=('python2' 'python2-docutils')
optdepends=('tk: needed for epydocgui'
'texlive-bin: needed for PDF conversion'
'graphviz: needed for graph generation')