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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Jun 2 18:25:28 UTC 2013


    Date: Sunday, June 2, 2013 @ 20:25:28
  Author: arodseth
Revision: 92199

Fix for FS#35505

Modified:
  python2-rst2pdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 18:25:23 UTC (rev 92198)
+++ PKGBUILD	2013-06-02 18:25:28 UTC (rev 92199)
@@ -5,7 +5,7 @@
 
 pkgname=python2-rst2pdf
 pkgver=0.93
-pkgrel=3
+pkgrel=4
 pkgdesc='Create PDFs from simple text markup, no LaTeX required'
 arch=('any')
 url='http://rst2pdf.googlecode.com/'
@@ -23,7 +23,7 @@
 prepare() {
   cd "rst2pdf-$pkgver"
 
-  find . -name "*.py" -exec sed -i '0,/on/s//on2/' {} \;
+  find . -name "*.py" -exec sed -i '0,/env python/s//env python2/' {} \;
 }
 
 build() {




More information about the arch-commits mailing list