summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-action[bot]2023-09-03 10:02:16 +0000
committergithub-action[bot]2023-09-03 10:02:16 +0000
commitb9b8bd27c577961fd24f6bdc51501545e7a7751f (patch)
treec03e7886a59d2cfc4549618addb1cc7799b499e3 /PKGBUILD
parent5e9be96e2ef644d86a2416a1bf684f0a76e87643 (diff)
downloadaur-b9b8bd27c577961fd24f6bdc51501545e7a7751f.tar.gz
Update to 0.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1dde8fa1d548..7bb903f82109 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
# Updated by https://github.com/Freed-Wu/mutt-language-server/blob/main/.github/workflows/main.yml
pkgname=mutt-language-server
-pkgver=0.0.0
+pkgver=0.0.1
pkgrel=1
pkgdesc="mutt/neomutt's language server"
arch=(any)
@@ -13,7 +13,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=('db062b5028e93aa9304d2783cd73017320587ac64fc4d8c01f514ae1015a4bf0')
+sha256sums=('83f46c0413e6ef1280a0f25da4ef91fbd8bb9c56c6f4437826c8549a884c7ce5')
package() {
python -m installer -d "$pkgdir" ./*.whl