[arch-commits] Commit in sage-notebook/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Jun 17 18:35:03 UTC 2017


    Date: Saturday, June 17, 2017 @ 18:35:02
  Author: arojas
Revision: 237985

Fix sed line

Modified:
  sage-notebook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-17 18:14:12 UTC (rev 237984)
+++ PKGBUILD	2017-06-17 18:35:02 UTC (rev 237985)
@@ -4,7 +4,7 @@
 
 pkgname=sage-notebook
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Browser-based notebook interface for SageMath'
 arch=(any)
 url='http://www.sagemath.org'
@@ -32,7 +32,7 @@
   find -name '*.py' | xargs sed -e 's|#! /usr/bin/python|#! /usr/bin/python2|' -e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
     -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i
   sed -e 's|python %s|python2 %s|' -i sagenb/notebook/run_notebook.py
-  sed -e "s|python = 'python'|python = 'python2'|" -i sagenb/interfaces/expect.py 
+  sed -e "s|python='python'|python='python2'|" -i sagenb/interfaces/expect.py 
 }
 
 build() {



More information about the arch-commits mailing list