summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspecter1192023-03-02 05:21:35 +0000
committerspecter1192023-03-02 05:21:35 +0000
commit02c7b57335053a6ff1bad41a59307e1a13e4ff7f (patch)
tree618148b1d60d0a0720546ca211ee15d086f31137
parentaed7f49f43c0353edb2bedabea188a3c5ecddc9d (diff)
downloadaur-02c7b57335053a6ff1bad41a59307e1a13e4ff7f.tar.gz
3.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35247f50167a..5af107dd1168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = jupyterlab-lsp
pkgdesc = Coding assistance for JupyterLab with Language Server Protocol.
- pkgver = 3.10.1
+ pkgver = 3.10.2
pkgrel = 1
url = https://pypi.org/project/jupyterlab-lsp
arch = any
@@ -9,7 +9,7 @@ pkgbase = jupyterlab-lsp
depends = python
depends = jupyter-lsp
depends = jupyterlab
- source = https://files.pythonhosted.org/packages/source/j/jupyterlab-lsp/jupyterlab-lsp-3.10.1.tar.gz
- sha256sums = 9ad6ef22c4972b85480797034fc7914728eb78f1856b4dab3361686e4f20c9dd
+ source = https://files.pythonhosted.org/packages/source/j/jupyterlab-lsp/jupyterlab-lsp-3.10.2.tar.gz
+ sha256sums = 559ad4692f97f42dd6b9f0b330ab92703f02b8e45bbaf6e9cf59898a897222a0
pkgname = jupyterlab-lsp
diff --git a/PKGBUILD b/PKGBUILD
index 1f2c13e0f3ce..839a87058d71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Specter119 <spcter119 AT gmail.com>
pkgname=jupyterlab-lsp
-pkgver=3.10.1
+pkgver=3.10.2
pkgrel=1
pkgdesc='Coding assistance for JupyterLab with Language Server Protocol.'
arch=(any)
@@ -10,7 +10,7 @@ license=(MIT)
depends=(python jupyter-lsp jupyterlab)
makedepends=(python-setuptools)
source=(https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('9ad6ef22c4972b85480797034fc7914728eb78f1856b4dab3361686e4f20c9dd')
+sha256sums=('559ad4692f97f42dd6b9f0b330ab92703f02b8e45bbaf6e9cf59898a897222a0')
build() {
cd $srcdir/$pkgname-$pkgver