summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2017-07-01 11:34:33 +0000
committerAntonio Rojas2017-07-01 11:34:33 +0000
commit82b656cfd1a40f3e49522d13ccbca4b1465e6a4e (patch)
tree066ce0042fd37ffdb759a13e1d82910010f75b24 /PKGBUILD
parente3fd7585118a73fb7f73c8f2960c5805553dad30 (diff)
downloadaur-82b656cfd1a40f3e49522d13ccbca4b1465e6a4e.tar.gz
sagemath-jupyter-git should provide sagemath-jupyter
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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