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

Evgeniy Alekseev arcanis at nymeria.archlinux.org
Tue Dec 17 09:45:41 UTC 2013


    Date: Tuesday, December 17, 2013 @ 10:45:41
  Author: arcanis
Revision: 102653

upgpkg: sage-mathematics 5.13-1

Modified:
  sage-mathematics/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-17 09:06:19 UTC (rev 102652)
+++ PKGBUILD	2013-12-17 09:45:41 UTC (rev 102653)
@@ -8,8 +8,8 @@
 # Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
 
 pkgname=sage-mathematics
-pkgver=5.12
-pkgrel=2
+pkgver=5.13
+pkgrel=1
 pkgdesc="SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab"
 arch=('i686' 'x86_64')
 url="http://www.sagemath.org"
@@ -25,7 +25,7 @@
         'fix-atlas.patch'
         'sage.service')
 install="${pkgname}.install"
-md5sums=('21d62a8a61e351c3c124167b3eead46f'
+md5sums=('b549c5ac6b292a2837d92ccf3740c451'
          '527a621b19dd93941cd018d2c1559f96'
          '985da1c1d1dcdc3ea9aa73035cb7996b')
 
@@ -45,13 +45,13 @@
   
   # fix ATLAS build http://sourceforge.net/p/math-atlas/discussion/75123/thread/dc45bb67/
   cd "sage-${pkgver}/spkg/standard"
-  tar xjf atlas-3.10.1.p5.spkg
-  rm atlas-3.10.1.p5.spkg
-  cd atlas-3.10.1.p5
+  tar xjf atlas-3.10.1.p7.spkg
+  rm atlas-3.10.1.p7.spkg
+  cd atlas-3.10.1.p7
   patch -p0 -i "${srcdir}/fix-atlas.patch"
   cd ..
-  tar cjf atlas-3.10.1.p5.spkg atlas-3.10.1.p5
-  rm -r atlas-3.10.1.p5
+  tar cjf atlas-3.10.1.p7.spkg atlas-3.10.1.p7
+  rm -r atlas-3.10.1.p7
   
   # create DOT_SAGE directory
   if [[ -d ${srcdir}/build ]]; then




More information about the arch-commits mailing list