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

Antonio Rojas arojas at archlinux.org
Sun Jan 18 20:22:46 UTC 2015


    Date: Sunday, January 18, 2015 @ 21:22:46
  Author: arojas
Revision: 126138

Fix missing sage-notebook

Modified:
  sage-mathematics/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-18 20:17:24 UTC (rev 126137)
+++ PKGBUILD	2015-01-18 20:22:46 UTC (rev 126138)
@@ -9,7 +9,7 @@
 
 pkgname=sage-mathematics
 pkgver=6.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
 arch=('i686' 'x86_64')
 url="http://www.sagemath.org"
@@ -123,7 +123,8 @@
   cp c_lib/libcsage.so "$pkgdir"/usr/lib
   cp bin/sage "$pkgdir"/usr/bin
   for _i in arch-env banner cachegrind callgrind cleaner coverage coverageall CSI CSI-helper.py cython env eval grep grepdoc inline-fortran ipython massif \
-    maxima.lisp num-threads.py omega open preparse python rst2sws rst2txt run run-cython runtests startuptime.py sws2rst valgrind version.sh
+    maxima.lisp notebook num-threads.py omega open preparse python rst2sws rst2txt run run-cython runtests startuptime.py sws2rst valgrind 
+version.sh
   do
     cp bin/sage-$_i "$pkgdir"/usr/bin
   done



More information about the arch-commits mailing list