summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6ce8d9aeaec..e4ebe4d7ab57 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = jupyterlab-desktop-bin
pkgdesc = JupyterLab desktop application, based on Electron.
- pkgver = 3.2.1
+ pkgver = 3.4.6
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab-desktop
arch = x86_64
license = MIT
- source = https://github.com/jupyterlab/jupyterlab-desktop/releases/download/3.2.1-1/JupyterLab-Setup-Debian.deb
- md5sums = SKIP
+ source = https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v3.4.6-1/JupyterLab-Setup-Debian.deb
+ md5sums = 99a38c6af8e273bae57a649f1711dea1
pkgname = jupyterlab-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index fc851c747900..ec4eb8104fcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: mnabila nblid48[at]gmail[dot]com
+# Maintainer: Schmetzler domink.wetzel[at]fh-zwickau[dot]de
+# Contributor: mnabila nblid48[at]gmail[dot]com
pkgname=jupyterlab-desktop-bin
-pkgver=3.2.1
+pkgver=3.4.6
pkgrel=1
pkgdesc="JupyterLab desktop application, based on Electron."
@@ -9,9 +10,9 @@ url="https://github.com/jupyterlab/jupyterlab-desktop"
license=("MIT")
arch=('x86_64')
-source=("https://github.com/jupyterlab/jupyterlab-desktop/releases/download/$pkgver-$pkgrel/JupyterLab-Setup-Debian.deb")
+source=("https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$pkgver-$pkgrel/JupyterLab-Setup-Debian.deb")
-md5sums=('SKIP')
+md5sums=('99a38c6af8e273bae57a649f1711dea1')
prepare(){
cd $srcdir
@@ -22,4 +23,6 @@ package() {
cd $srcdir
mv usr $pkgdir/
mv opt $pkgdir/
+ mkdir $pkgdir/usr/bin
+ ln -s /opt/JupyterLab/jupyterlab-desktop $pkgdir/usr/bin/jlab
}