--- PKGBUILD 2009-10-03 22:06:44.322762353 +0200 +++ PKGBUILD.new 2009-10-03 22:05:47.492569626 +0200 @@ -11,9 +11,12 @@ arch=('i686' 'x86_64') url="http://www.methods.co.nz/asciidoc/" license=('GPL') -depends=('python') +depends=('python' 'libxslt' 'docbook-xsl') optdepends=('lilypond & imagemagick: music-filter' - 'source-highlight: source-highlight-filter') + 'source-highlight: source-highlight-filter' + 'dblatex or fop: pdf generation' + 'docbook2odf: odf generation' + 'lynx or w3m: text generation') source=(http://downloads.sourceforge.net/asciidoc/asciidoc-${pkgver}.tar.gz) md5sums=('9f21d6e352b3ab668f9def3eb7497da2')