Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 17a9f6c6 by Robin Candau at 2025-07-25T13:50:33+02:00 upgpkg: 5.0.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v5.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 4.0.0 + pkgver = 5.0.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-4.0.0.tar.gz::https://github.com/Textualize/textual/archive/v4.0.0.tar.gz - sha512sums = 532ce1ef47e4abfc9025aea36f5dcf9612a523ed0cc29a6c03ff642a00579807de93f0ebc85120af3fd296445eb1e5afd8ae92042928d48f917e56f1819c2b82 + source = textual-5.0.0.tar.gz::https://github.com/Textualize/textual/archive/v5.0.0.tar.gz + sha512sums = cd773d3ceacba748ffaa5df4a761ab996cd36b223c98a364ec983c9973dca693402999566aabfc65c450efe3d510e47497a594b5709c01e75663148382083a27 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=4.0.0 +pkgver=5.0.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=('532ce1ef47e4abfc9025aea36f5dcf9612a523ed0cc29a6c03ff642a00579807de93f0ebc85120af3fd296445eb1e5afd8ae92042928d48f917e56f1819c2b82') +sha512sums=('cd773d3ceacba748ffaa5df4a761ab996cd36b223c98a364ec983c9973dca693402999566aabfc65c450efe3d510e47497a594b5709c01e75663148382083a27') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/17a9f6c6810f61d1dc1a745ced549e9f2fd4cd8b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/17a9f6c6810f61d1dc1a745ced549e9f2fd4cd8b You're receiving this email because of your account on gitlab.archlinux.org.
