summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-06-19 08:57:21 +0000
committergithub-action[bot]2023-06-19 08:57:21 +0000
commitfd41225a84de85946b74818e348847771e1e1bdf (patch)
tree1411c182563835ea3e430563dbfa7acd351690a6
parent213dc90844ff67785befb8b694544aa514368082 (diff)
downloadaur-fd41225a84de85946b74818e348847771e1e1bdf.tar.gz
Update to 0.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e845808cb8b..8e0466254d6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-sublime-syntax-language-server
pkgdesc = sublime-syntax language server
- pkgver = 0.0.0
- pkgrel = 2
+ pkgver = 0.0.1
+ pkgrel = 1
url = https://github.com/Freed-Wu/sublime-syntax-language-server
arch = any
license = GPL3
@@ -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.0-py3-none-any.whl
- sha256sums = SKIP
+ 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
pkgname = python-sublime-syntax-language-server
diff --git a/PKGBUILD b/PKGBUILD
index a700a6d98a09..e7ab0dd10861 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# shellcheck shell=bash disable=SC2034,SC2154
_pkgname=sublime-syntax-language-server
pkgname="python-$_pkgname"
-pkgver=0.0.0
-pkgrel=2
+pkgver=0.0.1
+pkgrel=1
pkgdesc="sublime-syntax language server"
arch=(any)
url=https://github.com/Freed-Wu/sublime-syntax-language-server
@@ -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=('SKIP')
+sha256sums=('5bfac296c540d6b1236e07d6b8c6095059118bafed78775249cb126ca8c59737')
package() {
python -m installer -d "$pkgdir" ./*.whl