summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2017-08-22 09:40:48 +0000
committerAntonio Rojas2017-08-22 09:40:48 +0000
commitdd11ea92b79f874a28997806cc470e9992fd5801 (patch)
tree8808978a3071cfde785ce94a3b9888071e398887
parentc4ebbe0bfe76d49c5ae77c73956c5de345e3b202 (diff)
downloadaur-dd11ea92b79f874a28997806cc470e9992fd5801.tar.gz
Update to 0.26
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e72519409838..e53a2c9106d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 0.24.1
+ pkgver = 0.26.0
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
license = custom
- depends = jupyter-notebook
- source = jupyterlab-0.24.1::https://github.com/jupyterlab/jupyterlab/archive/v0.24.1.tar.gz
- sha256sums = 1c8d408a6712704660d18d2902a34f63276856ed8be1fd3132b2f744d45889fd
+ depends = jupyterlab_launcher
+ source = jupyterlab-0.26.0.tar.gz::https://github.com/jupyterlab/jupyterlab/archive/v0.26.0.tar.gz
+ sha256sums = e9bb5b082f8210d4d4e6422774430104da93b5c4077aa9ee73a0f6a2e4a6eb0f
pkgname = jupyterlab
diff --git a/PKGBUILD b/PKGBUILD
index 8c5e96c273d5..da4008806dc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab
-pkgver=0.24.1
+pkgver=0.26.0
pkgrel=1
pkgdesc="JupyterLab computational environment"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab"
license=(custom)
-depends=(jupyter-notebook)
-source=($pkgname-$pkgver::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
-sha256sums=('1c8d408a6712704660d18d2902a34f63276856ed8be1fd3132b2f744d45889fd')
+depends=(jupyterlab_launcher)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/jupyterlab/archive/v$pkgver.tar.gz")
+sha256sums=('e9bb5b082f8210d4d4e6422774430104da93b5c4077aa9ee73a0f6a2e4a6eb0f')
build() {
cd $pkgname-$pkgver