Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: efd5bc98 by Robin Candau at 2025-10-12T09:47:35+02:00 upgpkg: 6.3.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v6.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 6.2.1 + pkgver = 6.3.0 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -21,7 +21,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-6.2.1.tar.gz::https://github.com/Textualize/textual/archive/v6.2.1.tar.gz - sha512sums = f09ccda10303c6e0ca3f90b1ad4304b0ba18bc818148b754ec5318c2d5b5358b00ac4778c645b2c4931f96f5da114c0a7456051529b2f32c452134c439ef4a72 + source = textual-6.3.0.tar.gz::https://github.com/Textualize/textual/archive/v6.3.0.tar.gz + sha512sums = 5b76f76de987038644031a4517277b84c4118f231b0fb6ed3efccca87d1c9128da5552dbc422da2731624c664847ad9a0f313a4b51d1d03dcaaae06105af609c pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=6.2.1 +pkgver=6.3.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=('f09ccda10303c6e0ca3f90b1ad4304b0ba18bc818148b754ec5318c2d5b5358b00ac4778c645b2c4931f96f5da114c0a7456051529b2f32c452134c439ef4a72') +sha512sums=('5b76f76de987038644031a4517277b84c4118f231b0fb6ed3efccca87d1c9128da5552dbc422da2731624c664847ad9a0f313a4b51d1d03dcaaae06105af609c') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/efd5bc984932f90fe84a69733b339fe0d42225b3 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/efd5bc984932f90fe84a69733b339fe0d42225b3 You're receiving this email because of your account on gitlab.archlinux.org.
