summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentfd41225a84de85946b74818e348847771e1e1bdf (diff)
downloadaur-40276691763d014c4e01807ff2cc0ce4e466fed0.tar.gz
Update to 0.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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