summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgduboc2018-10-20 15:16:47 +0200
committergduboc2018-10-20 15:16:47 +0200
commit9735a8f23b61fddef76ddbc73ea9c26d6c57206a (patch)
treeae0f35c6ac5195b7f6f7af6d0771319bbe6ee0ef /PKGBUILD
parent8b9a7ca164751ad466b91547997539e14420fea5 (diff)
downloadaur-jupyterlab_launcher.tar.gz
Incr pkgrel to add corresponding .SRCINFO from previous fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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
+}