summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-06-20 15:13:22 +0000
committergithub-action[bot]2023-06-20 15:13:22 +0000
commit40276691763d014c4e01807ff2cc0ce4e466fed0 (patch)
tree7d6b71b0b8262dccdf93cc03105d78f9a1db1501
parentfd41225a84de85946b74818e348847771e1e1bdf (diff)
downloadaur-40276691763d014c4e01807ff2cc0ce4e466fed0.tar.gz
Update to 0.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e0466254d6f..a03221b54570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sublime-syntax-language-server
pkgdesc = sublime-syntax language server
- pkgver = 0.0.1
+ pkgver = 0.0.2
pkgrel = 1
url = https://github.com/Freed-Wu/sublime-syntax-language-server
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-sublime-syntax-language-server
depends = python-pygls
depends = python-platformdirs
optdepends = python-beautifulsoup4
- source = https://files.pythonhosted.org/packages/py3/s/sublime_syntax_language_server/sublime_syntax_language_server-0.0.1-py3-none-any.whl
- sha256sums = 5bfac296c540d6b1236e07d6b8c6095059118bafed78775249cb126ca8c59737
+ source = https://files.pythonhosted.org/packages/py3/s/sublime_syntax_language_server/sublime_syntax_language_server-0.0.2-py3-none-any.whl
+ sha256sums = 0f819d3d0a4eae147fa0f3305a0337e0d76e16e6a73477e42b530713b6993c38
pkgname = python-sublime-syntax-language-server
diff --git a/PKGBUILD b/PKGBUILD
index e7ab0dd10861..82c27db054a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# shellcheck shell=bash disable=SC2034,SC2154
_pkgname=sublime-syntax-language-server
pkgname="python-$_pkgname"
-pkgver=0.0.1
+pkgver=0.0.2
pkgrel=1
pkgdesc="sublime-syntax language server"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=(python-installer)
license=(GPL3)
_py=py3
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver-$_py-none-any.whl")
-sha256sums=('5bfac296c540d6b1236e07d6b8c6095059118bafed78775249cb126ca8c59737')
+sha256sums=('0f819d3d0a4eae147fa0f3305a0337e0d76e16e6a73477e42b530713b6993c38')
package() {
python -m installer -d "$pkgdir" ./*.whl