Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 69d12b26 by Robin Candau at 2024-10-03T19:42:43+02:00 upgpkg: 0.82.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.82.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.81.0 + pkgver = 0.82.0 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -18,7 +18,7 @@ pkgbase = python-textual optdepends = python-tree-sitter: for syntax highlighting support optdepends = python-tree-sitter-languages: for custom languages support optdepends = python-textual-dev: tools for developers - source = textual-0.81.0.tar.gz::https://github.com/Textualize/textual/archive/v0.81.0.tar.gz - sha512sums = dc255c2c0197fda33c682ffa5e706c04af9a27fe4df1fae003f6c18ab50a4fd72467a4d371c38d54b83cf56ea5d01f323d2ec8aabd4d36f525edb358942b489d + source = textual-0.82.0.tar.gz::https://github.com/Textualize/textual/archive/v0.82.0.tar.gz + sha512sums = 8e9fd8f6f8b0f70fb6dc47091314d8e596e5404fec260c71f5113ff57573f6f876bcfbd40afa131edcb12b028fa5551918d33bbf6960dc727ea6bd587622004e pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.81.0 +pkgver=0.82.0 pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) @@ -18,7 +18,7 @@ optdepends=('python-tree-sitter: for syntax highlighting support' 'python-tree-sitter-languages: for custom languages support' 'python-textual-dev: tools for developers') source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz) -sha512sums=('dc255c2c0197fda33c682ffa5e706c04af9a27fe4df1fae003f6c18ab50a4fd72467a4d371c38d54b83cf56ea5d01f323d2ec8aabd4d36f525edb358942b489d') +sha512sums=('8e9fd8f6f8b0f70fb6dc47091314d8e596e5404fec260c71f5113ff57573f6f876bcfbd40afa131edcb12b028fa5551918d33bbf6960dc727ea6bd587622004e') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/69d12b26b7705feb0b88e537a9e00d8b446646b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/69d12b26b7705feb0b88e537a9e00d8b446646b8 You're receiving this email because of your account on gitlab.archlinux.org.
