summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2017-10-19 19:29:41 +0000
committerAntonio Rojas2017-10-19 19:29:41 +0000
commit6ed5a0c3993a807477147ef05b4446d869114041 (patch)
tree69c0457692d6cebcf892f9daf7be7b708a4bbaf9
parent9cf605888c177370f3171df3a41420dab7e3b1aa (diff)
downloadaur-6ed5a0c3993a807477147ef05b4446d869114041.tar.gz
Update to 0.5.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ad330e35735..59a524de5621 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jupyterlab_launcher
pkgdesc = Launch an application built using JupyterLab
- pkgver = 0.4.2
+ pkgver = 0.5.5
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab_launcher
arch = any
license = custom
makedepends = python-setuptools
depends = jupyter-notebook
- source = jupyterlab_launcher-0.4.2.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.4.2.tar.gz
- sha256sums = 35e219f9f62ab74aa5395cdfcec4ad32a507d00ce1f49df796f9a6b5366d0764
+ source = jupyterlab_launcher-0.5.5.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.5.5.tar.gz
+ sha256sums = bab779dde57454b4b15a1c9b246aaed6216919e56205ea99daf3f124d830b103
pkgname = jupyterlab_launcher
diff --git a/PKGBUILD b/PKGBUILD
index a4be79b5aca7..b812fd550d4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonio Rojas <arojas@archlinux.org>
pkgname=jupyterlab_launcher
-pkgver=0.4.2
+pkgver=0.5.5
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=('35e219f9f62ab74aa5395cdfcec4ad32a507d00ce1f49df796f9a6b5366d0764')
+sha256sums=('bab779dde57454b4b15a1c9b246aaed6216919e56205ea99daf3f124d830b103')
build() {
cd $pkgname-$pkgver