[arch-commits] Commit in python2-rst2pdf/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Wed Apr 8 16:47:44 UTC 2015
Date: Wednesday, April 8, 2015 @ 18:47:44
Author: foutrelis
Revision: 130939
upgpkg: python2-rst2pdf 0.93-7
Depend on pygmentize which now provides the commmand-line tool.
Modified:
python2-rst2pdf/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-04-08 16:41:05 UTC (rev 130938)
+++ PKGBUILD 2015-04-08 16:47:44 UTC (rev 130939)
@@ -5,13 +5,14 @@
pkgname=python2-rst2pdf
pkgver=0.93
-pkgrel=6
+pkgrel=7
pkgdesc='Create PDFs from simple text markup, no LaTeX required'
arch=('any')
url='http://rst2pdf.googlecode.com/'
license=('MIT')
makedepends=('python2-setuptools')
-depends=('python2-docutils' 'python2-reportlab' 'python2-pygments' 'python2-pdfrw')
+depends=('python2-docutils' 'python2-reportlab' 'python2-pygments' 'pygmentize'
+ 'python2-pdfrw')
optdepends=('uniconvertor: vector images support'
#'python2-svglib: some SVG support'
'inkscape: best SVG support'
More information about the arch-commits
mailing list