summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2017-07-01 11:34:33 +0000
committerAntonio Rojas2017-07-01 11:34:33 +0000
commit82b656cfd1a40f3e49522d13ccbca4b1465e6a4e (patch)
tree066ce0042fd37ffdb759a13e1d82910010f75b24
parente3fd7585118a73fb7f73c8f2960c5805553dad30 (diff)
downloadaur-82b656cfd1a40f3e49522d13ccbca4b1465e6a4e.tar.gz
sagemath-jupyter-git should provide sagemath-jupyter
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a25cfb1c9b33..92dc315cf158 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 = 8.0.beta11.r0.g61fa91ff0b
+ pkgver = 8.0.rc0.r0.g7de256c24f
pkgrel = 1
url = http://www.sagemath.org
arch = i686
@@ -161,4 +161,6 @@ pkgname = sagemath-jupyter-git
depends = python2-ipywidgets
depends = mathjax
optdepends = sage-notebook-exporter: convert flask notebooks to Jupyter
+ provides = sagemath-jupyter
+ conflicts = sagemath-jupyter
diff --git a/PKGBUILD b/PKGBUILD
index ed443d3b4ea3..d068aee2b597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgbase=sagemath-git
pkgname=(sagemath-git sagemath-jupyter-git)
-pkgver=8.0.beta11.r0.g61fa91ff0b
+pkgver=8.0.rc0.r0.g7de256c24f
pkgrel=1
pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, Mathematica, and Matlab"
arch=(i686 x86_64)
@@ -159,6 +159,8 @@ package_sagemath-jupyter-git() {
pkgdesc='Jupyter kernel for SageMath'
depends=(sagemath python2-jupyter_client python2-ipywidgets mathjax)
optdepends=('sage-notebook-exporter: convert flask notebooks to Jupyter')
+ conflicts=(sagemath-jupyter)
+ provides=(sagemath-jupyter)
cd sage/src