summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-action[bot]2024-03-05 08:19:58 +0000
committergithub-action[bot]2024-03-05 08:19:58 +0000
commit989ff2c695dd2a3d2735253bdcd6d710aeddb23a (patch)
treeab9803dc85af8a239cb621f9da05e8cb1c3f30e2 /PKGBUILD
parentaf942af998dd427a2eaad84258c711ea2e31bef1 (diff)
downloadaur-989ff2c695dd2a3d2735253bdcd6d710aeddb23a.tar.gz
Update to 0.0.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19365ec48c49..c8e68c7278e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
# Updated by https://github.com/neomutt/mutt-language-server/blob/main/.github/workflows/main.yml
pkgname=mutt-language-server
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
pkgdesc="mutt/neomutt's language server"
arch=(any)
@@ -17,7 +17,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=('97d4b8958aafbcd4540ea171a6e0bc9951c5561028808eb422cfa8a784605af7')
+sha256sums=('4a95e54b95a0e04846ce4039e6b8d3c371e4823247950ed63b318a37639f0b4f')
package() {
python -m installer -d "$pkgdir" ./*.whl