summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2016-12-10 10:24:46 +0000
committerAntonio Rojas2016-12-10 10:24:46 +0000
commit83a2b298c1ca999cacffe9b81c2d3121cee80896 (patch)
treece8e73b10bacbf19c900968f81c1fdb40fb98046
parent1c5497563cc4bf253167db3e8ddd9c252a3885a9 (diff)
downloadaur-83a2b298c1ca999cacffe9b81c2d3121cee80896.tar.gz
Update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f2010905758..52763c7a4edd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sagemath-git
pkgdesc = Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab
- pkgver = 7.5.beta5.r0.g163489e
+ pkgver = 7.5.beta6.r0.g608cfc2
pkgrel = 1
url = http://www.sagemath.org
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 599c8cd41f38..7e1bc67b1cdd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=sagemath-git
pkgname=(sagemath-git sagemath-jupyter-git)
-pkgver=7.5.beta5.r0.g163489e
+pkgver=7.5.beta6.r0.g608cfc2
pkgrel=1
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(i686 x86_64)
@@ -91,7 +91,6 @@ prepare(){
sed -e 's|cython {OPT}|cython2 {OPT}|' -e 's|python setup.py|python2 setup.py|' -i src/sage/misc/cython.py
sed -e 's|exec ipython|exec ipython2|' -e 's|cygdb|cygdb2|g' -i src/bin/sage
sed -e "s|'cython'|'cython2'|" -i src/bin/sage-cython
- sed -e 's|python -c|python2 -c|' -i src/generate_py_source.mk
}
build() {