summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d318d6b8eab..d742c00486fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jupyterlab_launcher
pkgdesc = Launch an application built using JupyterLab
pkgver = 0.13.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jupyterlab/jupyterlab_launcher
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index ca7ea529e753..8acd36006727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=jupyterlab_launcher
pkgver=0.13.1
-pkgrel=1
+pkgrel=2
pkgdesc="Launch an application built using JupyterLab"
arch=(any)
url="https://github.com/jupyterlab/jupyterlab_launcher"
@@ -22,4 +22,4 @@ package() {
python setup.py install --skip-build --root="$pkgdir" --optimize=1
install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-} \ No newline at end of file
+}