summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWu Zhenyu2023-07-04 22:07:26 +0800
committerWu Zhenyu2023-07-04 22:07:26 +0800
commitd3a4219e7f53f3741326b111687559f2d8f6eaa2 (patch)
treef05b7875a33c4df03b4e4153925e9fa1e795691d /PKGBUILD
parente24cd4df196baa4cbe314676b946d8883295cf2c (diff)
downloadaur-d3a4219e7f53f3741326b111687559f2d8f6eaa2.tar.gz
Revert "Update to 0.0.1"
This reverts commit e24cd4df196baa4cbe314676b946d8883295cf2c.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a2e979c093b4..169ef7418522 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# shellcheck shell=bash disable=SC2034,SC2154
_pkgname=autoconf-language-server
pkgname="python-$_pkgname"
-pkgver=0.0.1
-pkgrel=1
+pkgver=0.0.5
+pkgrel=2
pkgdesc="autoconf language server"
arch=(any)
url=https://github.com/Freed-Wu/autoconf-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=('623a7dbf37eba28257c4276420d6b42b816326cb9faee64b65716410a3a1a3e3')
+sha256sums=('2c0bfe116104d9eca6cfc581debfdf1256a2d427a17cdade725f87666a5b71df')
package() {
python -m installer -d "$pkgdir" ./*.whl