summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgduboc2018-08-12 13:51:03 -0400
committergduboc2018-08-12 13:51:03 -0400
commit3eb0a99a647fa0f3c8ad8d02213184dc303922d8 (patch)
tree47dc628f18240a3bfa09be11b629390b2db31979
parent221537d345994d9d87e129c14c23c1c311d86b8f (diff)
downloadaur-3eb0a99a647fa0f3c8ad8d02213184dc303922d8.tar.gz
Update to 0.13.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f0139d6975..62991d3443cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jupyterlab_launcher
pkgdesc = Launch an application built using JupyterLab
- pkgver = 0.11.2
- pkgrel = 2
+ pkgver = 0.13.1
+ pkgrel = 3
url = https://github.com/jupyterlab/jupyterlab_launcher
arch = any
license = custom
makedepends = python-setuptools
depends = jupyter-notebook
- source = jupyterlab_launcher-0.11.2.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.11.2.tar.gz
- sha256sums = 9b9cdc255fc5d181485e2bd06bab2fa97dad4d1ca0f34f305ee6344132c1d54a
+ source = jupyterlab_launcher-0.13.1.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.13.1.tar.gz
+ sha256sums = 563879f5fd5836af5ef41cf252ccab2a5f9cb2291a90372504e2bf33e47d634e
pkgname = jupyterlab_launcher
diff --git a/PKGBUILD b/PKGBUILD
index 4c12896f626b..6edfbf83e67b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab_launcher
-pkgver=0.11.2
-pkgrel=2
+pkgver=0.13.1
+pkgrel=3
pkgdesc="Launch an application built using JupyterLab"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab_launcher"
@@ -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=('9b9cdc255fc5d181485e2bd06bab2fa97dad4d1ca0f34f305ee6344132c1d54a')
+sha256sums=('563879f5fd5836af5ef41cf252ccab2a5f9cb2291a90372504e2bf33e47d634e')
build() {
cd $pkgname-$pkgver