summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgduboc2018-06-14 14:55:13 +0200
committergduboc2018-06-14 14:55:13 +0200
commit6b4df2a6ed8c4294e9d536b050a40422c9d0e48c (patch)
tree93fcb84b5248db650fcbd9eea9155b678998dfee /PKGBUILD
parent6ca0ef7aae47fd046c80813a65c1985ee96c18ba (diff)
downloadaur-6b4df2a6ed8c4294e9d536b050a40422c9d0e48c.tar.gz
Update 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e39b5c880dc8..df8cf0be9a39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab_launcher
-pkgver=0.10.5
+pkgver=0.11.0
pkgrel=1
pkgdesc="Launch an application built using JupyterLab"
arch=(any)
@@ -10,7 +10,7 @@ license=(custom)
depends=(jupyter-notebook)
makedepends=(python-setuptools)
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('821a725ccf3098ee2ce992ad04f539af621f8edd7cda15957d56a128114d82df')
+sha256sums=('b6b6431d9e9130df75505d7ce3062e842c1366db11d081534eb87ce901c7e3af')
build() {
cd $pkgname-$pkgver