summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgduboc2018-09-20 10:58:44 +0200
committergduboc2018-09-20 10:58:44 +0200
commit3b7ea09cf387bb509d0f9de03f197e0ce8b56f8d (patch)
tree417ec22b6462990045c8a116acb23f92e47fcf41
parent0bfa6f2edd1045982373ea685dc1a3ef2f272240 (diff)
downloadaur-3b7ea09cf387bb509d0f9de03f197e0ce8b56f8d.tar.gz
Add correct sha256sums
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81b69d3b2896..9d318d6b8eab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = jupyterlab_launcher
makedepends = python-setuptools
depends = jupyter-notebook
source = jupyterlab_launcher-0.13.1.tar.gz::https://github.com/jupyterlab/jupyterlab_launcher/archive/v0.13.1.tar.gz
- sha256sums = 563879f5fd5836af5ef41cf252ccab2a5f9cb2291a90372504e2bf33e47d634e
+ sha256sums = ccd6ac15206822f03d2419d97fa7ed7e89c1a0efbe2351ebb1d5a98985e236d6
pkgname = jupyterlab_launcher
diff --git a/PKGBUILD b/PKGBUILD
index 5d07e11ce53f..710c3f38f10d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=(custom)
depends=(jupyter-notebook)
makedepends=(python-setuptools)
source=($pkgname-$pkgver.tar.gz::"https://github.com/jupyterlab/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('563879f5fd5836af5ef41cf252ccab2a5f9cb2291a90372504e2bf33e47d634e')
+sha256sums=('ccd6ac15206822f03d2419d97fa7ed7e89c1a0efbe2351ebb1d5a98985e236d6')
build() {
cd $pkgname-$pkgver