summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-action[bot]2024-05-27 13:13:11 +0000
committergithub-action[bot]2024-05-27 13:13:11 +0000
commit73a10335508842b742cd96d32f1423a0b656d358 (patch)
treecda8ee0990f6d0413b9fecc9d3820c82b60eed85
parentcbdabe78e63d50d586bff5291be02b3a244e14c7 (diff)
downloadaur-73a10335508842b742cd96d32f1423a0b656d358.tar.gz
Update to 0.0.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33af35b5ba16..9a677f6360c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-tree-sitter-zathurarc
pkgdesc = zathurarc grammar for tree-sitter
- pkgver = 0.0.7
+ pkgver = 0.0.8
pkgrel = 1
url = https://github.com/Freed-Wu/tree-sitter-zathurarc
arch = i686
@@ -10,7 +10,7 @@ pkgbase = python-tree-sitter-zathurarc
license = MIT
makedepends = python-installer
depends = python-tree-sitter
- source = https://files.pythonhosted.org/packages/cp38/t/tree_sitter_zathurarc/tree_sitter_zathurarc-0.0.7-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- sha256sums = 27a91a24313b1766cfe57e20f507c73f602bab6f6a9f8d3ba5d37af0064086ec
+ source = https://files.pythonhosted.org/packages/cp38/t/tree_sitter_zathurarc/tree_sitter_zathurarc-0.0.8-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
+ sha256sums = 9886a1a015ea627ca81acfe29bf533d4cc5d61b8b1c70e2869429953859cbd6a
pkgname = python-tree-sitter-zathurarc
diff --git a/PKGBUILD b/PKGBUILD
index 856825837e09..accca06440db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Updated by https://github.com/Freed-Wu/tree-sitter-zathurarc/blob/main/.github/workflows/main.yml
_pkgname=tree-sitter-zathurarc
pkgname=python-$_pkgname
-pkgver=0.0.7
+pkgver=0.0.8
pkgrel=1
pkgdesc="zathurarc grammar for tree-sitter"
arch=(i686 x86_64 arm aarch64)
@@ -14,7 +14,7 @@ license=(MIT)
_py="cp38"
_arch="$(uname -m)"
source=("https://files.pythonhosted.org/packages/$_py/${_pkgname::1}/${_pkgname//-/_}/${_pkgname//-/_}-$pkgver-$_py-abi3-manylinux_2_5_$_arch.manylinux1_$_arch.manylinux_2_17_$_arch.manylinux2014_$_arch.whl")
-sha256sums=('27a91a24313b1766cfe57e20f507c73f602bab6f6a9f8d3ba5d37af0064086ec')
+sha256sums=('9886a1a015ea627ca81acfe29bf533d4cc5d61b8b1c70e2869429953859cbd6a')
package() {
python -minstaller -d"$pkgdir" ./*.whl