summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgithub-action[bot]2023-09-04 07:08:14 +0000
committergithub-action[bot]2023-09-04 07:08:14 +0000
commit45bb89606f2825579145f3fe4e09c7920261914c (patch)
treed5598053e116951362cc31e967c666fc6370d0f4 /PKGBUILD
parent317386760c108059e3bf39de1763f78152bd2fd3 (diff)
downloadaur-expect-language-server.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 9d3a65b94a42..ea48377723ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
# Updated by https://github.com/Freed-Wu/expect-language-server/blob/main/.github/workflows/main.yml
pkgname=expect-language-server
-pkgver=0.0.0
+pkgver=0.0.1
pkgrel=1
pkgdesc="expect'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=('SKIP')
+sha256sums=('44b3fe6ecef56e48c49cfbe2fb2d1ae00c6bf1a9768801ff656dd52ba1a517b1')
package() {
python -m installer -d "$pkgdir" ./*.whl