summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4ebe4d7ab57..abf116999ef8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = jupyterlab-desktop-bin
pkgdesc = JupyterLab desktop application, based on Electron.
- pkgver = 3.4.6
+ pkgver = 3.5.0
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab-desktop
arch = x86_64
license = MIT
- source = https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v3.4.6-1/JupyterLab-Setup-Debian.deb
+ source = https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v3.5.0-1/JupyterLab-Setup-Debian.deb
md5sums = 99a38c6af8e273bae57a649f1711dea1
pkgname = jupyterlab-desktop-bin
diff --git a/PKGBUILD b/PKGBUILD
index ec4eb8104fcb..480d24c5679f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: mnabila nblid48[at]gmail[dot]com
pkgname=jupyterlab-desktop-bin
-pkgver=3.4.6
+pkgver=3.5.0
pkgrel=1
pkgdesc="JupyterLab desktop application, based on Electron."
@@ -12,7 +12,7 @@ license=("MIT")
arch=('x86_64')
source=("https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$pkgver-$pkgrel/JupyterLab-Setup-Debian.deb")
-md5sums=('99a38c6af8e273bae57a649f1711dea1')
+md5sums=('5955fcee8175cb994ac015b079f54713')
prepare(){
cd $srcdir