summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2023-09-11 10:22:30 +0000
committergithub-action[bot]2023-09-11 10:22:30 +0000
commitf31c951a663511285aed39bd8b14d71c3822f7eb (patch)
treead93ea2cd776e16355443fbcb78226bd93d21a1f
parent9845ca9eebd9293aa1187d455eedb9f26e97f3d3 (diff)
downloadaur-f31c951a663511285aed39bd8b14d71c3822f7eb.tar.gz
Update to 0.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d50caa80c39..274e10ca82d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitbake-language-server
pkgdesc = bitbake language server
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/Freed-Wu/bitbake-language-server
arch = any
@@ -10,7 +10,7 @@ pkgbase = bitbake-language-server
depends = python-platformdirs
depends = python-tree-sitter
optdepends = bitbake
- source = https://files.pythonhosted.org/packages/cp310/b/bitbake_language_server/bitbake_language_server-0.0.5-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
- sha256sums = b34994b727a647fa9f01b6cf64fd60a49cb4e94f5bd9043da7a8822f83e1ae15
+ source = https://files.pythonhosted.org/packages/cp310/b/bitbake_language_server/bitbake_language_server-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl
+ sha256sums = 4adccebbca07719c94f6aa423bf79c9d72a74169e1a83f020ca15b2497637213
pkgname = bitbake-language-server
diff --git a/PKGBUILD b/PKGBUILD
index 7e4798023cf8..9e6b9a69d8b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Wu Zhenyu <wuzhenyu@ustc.edu>
# Updated by https://github.com/Freed-Wu/bitbake-language-server/blob/main/.github/workflows/main.yml
pkgname=bitbake-language-server
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc="bitbake language server"
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(python-installer)
license=(GPL3)
_py=cp310
source=("https://files.pythonhosted.org/packages/$_py/${pkgname::1}/${pkgname//-/_}/${pkgname//-/_}-$pkgver-$_py-$_py-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl")
-sha256sums=('b34994b727a647fa9f01b6cf64fd60a49cb4e94f5bd9043da7a8822f83e1ae15')
+sha256sums=('4adccebbca07719c94f6aa423bf79c9d72a74169e1a83f020ca15b2497637213')
package() {
python -m installer -d "$pkgdir" ./*.whl