Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 6a81ca3b by Robin Candau at 2025-07-31T11:11:18+02:00 upgpkg: 5.1.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v5.1.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 5.0.1 + pkgver = 5.1.0 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -20,7 +20,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-5.0.1.tar.gz::https://github.com/Textualize/textual/archive/v5.0.1.tar.gz - sha512sums = 9d1f75b9c43438d8863ae7d9ec6d5fe2b3df02bbc707ab9bbb55d8ba0b483b890c7b366ed91807c2b41f38c8396c11c5de8aa3d4fea1912db245e6b9430d627c + source = textual-5.1.0.tar.gz::https://github.com/Textualize/textual/archive/v5.1.0.tar.gz + sha512sums = ebf13a8aceecfe54e99f765baf5902c049ebec7dd42cfaf0dbbefe3f21dc70d691d08b04413f868c0ba63dfa45dbbcc49a8710b6ad05fab63fc902d6921718e1 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=5.0.1 +pkgver=5.1.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=('9d1f75b9c43438d8863ae7d9ec6d5fe2b3df02bbc707ab9bbb55d8ba0b483b890c7b366ed91807c2b41f38c8396c11c5de8aa3d4fea1912db245e6b9430d627c') +sha512sums=('ebf13a8aceecfe54e99f765baf5902c049ebec7dd42cfaf0dbbefe3f21dc70d691d08b04413f868c0ba63dfa45dbbcc49a8710b6ad05fab63fc902d6921718e1') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/6a81ca3bff7291234e454cc7bc906d62781496d0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/6a81ca3bff7291234e454cc7bc906d62781496d0 You're receiving this email because of your account on gitlab.archlinux.org.
