[arch-commits] Commit in sagemath/trunk (PKGBUILD sagemath-threejs.patch)
Antonio Rojas
arojas at archlinux.org
Sun Nov 18 22:20:09 UTC 2018
Date: Sunday, November 18, 2018 @ 22:20:09
Author: arojas
Revision: 408740
Pin online three.js to a version that actually works
Modified:
sagemath/trunk/PKGBUILD
sagemath/trunk/sagemath-threejs.patch
------------------------+
PKGBUILD | 4 ++--
sagemath-threejs.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-18 21:35:37 UTC (rev 408739)
+++ PKGBUILD 2018-11-18 22:20:09 UTC (rev 408740)
@@ -8,7 +8,7 @@
pkgbase=sagemath
pkgname=(sagemath sagemath-jupyter)
pkgver=8.4
-pkgrel=3
+pkgrel=4
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(x86_64)
url="http://www.sagemath.org"
@@ -57,7 +57,7 @@
'769fd5a9c377be61de41e1e30004dadb23818da901cceb6e1bece7712ba7cb83'
'3a0ebda1df708f263be830751cc5ddb430ca1f685b25b08d4b6592b65b123ebe'
'7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
- '4722f9257f7b58a5dc8be2e9163ebba6d7b3ee011ff1ab9c0dbfb1330d367261'
+ 'f6b48abf34f64ea3fc092b0f0179e89633f7d3ecc0d62c2acacbfa1217751d63'
'7efb38ba511037feb3abbd88576323320555ba50235ddc7e3d423ca294dd42ed'
'5114c912f821900e5bfae1e2cfeb7984de946d0b23e1182b0bf15be1d803dfd0'
'7304d6242bf0e8241d3d83b772d92f00f905c425b894d36a25c264edca279986'
Modified: sagemath-threejs.patch
===================================================================
--- sagemath-threejs.patch 2018-11-18 21:35:37 UTC (rev 408739)
+++ sagemath-threejs.patch 2018-11-18 22:20:09 UTC (rev 408740)
@@ -5,7 +5,7 @@
if online:
from sage.misc.package import installed_packages
- version = installed_packages()['threejs'].split('.')[0]
-+ version = 'r95'
++ version = 'r80'
return """
<script src="https://cdn.rawgit.com/mrdoob/three.js/{0}/build/three.min.js"></script>
<script src="https://cdn.rawgit.com/mrdoob/three.js/{0}/examples/js/controls/OrbitControls.js"></script>
More information about the arch-commits
mailing list