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