Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 7ce4d433 by Robin Candau at 2024-11-03T00:28:23+01:00 upgpkg: 0.85.2-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.85.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.85.1 + pkgver = 0.85.2 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.85.1.tar.gz::https://github.com/Textualize/textual/archive/v0.85.1.tar.gz - sha512sums = d3391669ced1210f653373183cf6a745fb283d0e82c3bc921a851fd30fb524fdd4c5bb8e5f506a20ab2d8e7394b1a4c8c2e1c1e4bcca60370ebab95c5aebce92 + source = textual-0.85.2.tar.gz::https://github.com/Textualize/textual/archive/v0.85.2.tar.gz + sha512sums = 4d7b891fa357f540013f110d1501164cd641af52b75032850cbec6098309aa88ff21ecfbb84a90288a745eda08ddc6f99ea13ca204dd3ab588e36e72b9a6b075 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.85.1 +pkgver=0.85.2 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=('d3391669ced1210f653373183cf6a745fb283d0e82c3bc921a851fd30fb524fdd4c5bb8e5f506a20ab2d8e7394b1a4c8c2e1c1e4bcca60370ebab95c5aebce92') +sha512sums=('4d7b891fa357f540013f110d1501164cd641af52b75032850cbec6098309aa88ff21ecfbb84a90288a745eda08ddc6f99ea13ca204dd3ab588e36e72b9a6b075') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/7ce4d4336235aa8d18f6ed25d210f1cda4bbaa43 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/7ce4d4336235aa8d18f6ed25d210f1cda4bbaa43 You're receiving this email because of your account on gitlab.archlinux.org.
