[arch-commits] Commit in python2-rst2pdf/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Tue Feb 5 23:13:32 UTC 2013


    Date: Wednesday, February 6, 2013 @ 00:13:32
  Author: arodseth
Revision: 83871

Added dependency, fix for FS#33699

Modified:
  python2-rst2pdf/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-05 23:11:54 UTC (rev 83870)
+++ PKGBUILD	2013-02-05 23:13:32 UTC (rev 83871)
@@ -5,12 +5,12 @@
 
 pkgname=python2-rst2pdf
 pkgver=0.93
-pkgrel=1
+pkgrel=2
 pkgdesc='Create PDFs from simple text markup, no LaTeX required'
 arch=('any')
 url='http://rst2pdf.googlecode.com/'
 license=('MIT')
-depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 'python2-pygments')
+depends=('python2-distribute' 'python2-docutils' 'python2-reportlab' 'python2-pygments' 'python2-pdfrw')
 optdepends=('uniconvertor: vector images support'
             #'python2-svglib: some SVG support'
             'inkscape: best SVG support'




More information about the arch-commits mailing list