diff options
author | github-action[bot] | 2024-05-27 13:13:11 +0000 |
---|---|---|
committer | github-action[bot] | 2024-05-27 13:13:11 +0000 |
commit | 73a10335508842b742cd96d32f1423a0b656d358 (patch) | |
tree | cda8ee0990f6d0413b9fecc9d3820c82b60eed85 | |
parent | cbdabe78e63d50d586bff5291be02b3a244e14c7 (diff) | |
download | aur-73a10335508842b742cd96d32f1423a0b656d358.tar.gz |
Update to 0.0.8
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -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 @@ -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 |