summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgduboc2018-06-14 14:55:13 +0200
committergduboc2018-06-14 14:55:13 +0200
commit6b4df2a6ed8c4294e9d536b050a40422c9d0e48c (patch)
tree93fcb84b5248db650fcbd9eea9155b678998dfee
parent6ca0ef7aae47fd046c80813a65c1985ee96c18ba (diff)
downloadaur-6b4df2a6ed8c4294e9d536b050a40422c9d0e48c.tar.gz
Update 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82f6f3b380e8..5f227c27fef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jupyterlab_launcher
pkgdesc = Launch an application built using JupyterLab
- pkgver = 0.10.5
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab_launcher
arch = any
license = custom
makedepends = python-setuptools
depends = jupyter-notebook
- source = jupyterlab_launcher-0.10.5.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.10.5.tar.gz
- sha256sums = 821a725ccf3098ee2ce992ad04f539af621f8edd7cda15957d56a128114d82df
+ source = jupyterlab_launcher-0.11.0.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.11.0.tar.gz
+ sha256sums = b6b6431d9e9130df75505d7ce3062e842c1366db11d081534eb87ce901c7e3af
pkgname = jupyterlab_launcher
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