summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2017-08-22 09:40:48 +0000
committerAntonio Rojas2017-08-22 09:40:48 +0000
commitdd11ea92b79f874a28997806cc470e9992fd5801 (patch)
tree8808978a3071cfde785ce94a3b9888071e398887 /PKGBUILD
parentc4ebbe0bfe76d49c5ae77c73956c5de345e3b202 (diff)
downloadaur-dd11ea92b79f874a28997806cc470e9992fd5801.tar.gz
Update to 0.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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