summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominik Wetzel2024-03-27 14:41:30 +0100
committerDominik Wetzel2024-03-27 14:41:30 +0100
commitd70d3d4b2d674faee46b99897e5a9c0028408f41 (patch)
treea018fb9c2b6dd8f2fa59984002928b6ed21c013f /PKGBUILD
parent6be31aa2b11397c64afce5154ec4f66c92b6de38 (diff)
downloadaur-d70d3d4b2d674faee46b99897e5a9c0028408f41.tar.gz
Updated to version 4.1.5-1 and added unique name for easier update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6c08d2b6cea3..17b93bdccb12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,19 @@
# Contributor: mnabila nblid48[at]gmail[dot]com
pkgname=jupyterlab-desktop-bin
-pkgver=4.1.4
+pkgver=4.1.5
pkgrel=1
_srcrel=1
+_debname="JupyterLab-Setup-Debian-x64"
pkgdesc="JupyterLab desktop application, based on Electron."
url="https://github.com/jupyterlab/jupyterlab-desktop"
license=("MIT")
arch=('x86_64')
-source=("https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$pkgver-${_srcrel}/JupyterLab-Setup-Debian-x64.deb")
+source=("$_debname-$pkgver-${_srcrel}.deb::https://github.com/jupyterlab/jupyterlab-desktop/releases/download/v$pkgver-${_srcrel}/$_debname.deb")
-sha256sums=('1ed61255abcfe9ad6953fc35017708ec1b0e13862830c78a19ce983c165ff673')
+sha256sums=('be238249df2520a5cf036a2e3a284aa18549e4942b747afc1cebcdebf9c365de')
prepare(){
cd $srcdir