Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: e066716d by Robin Candau at 2025-06-20T18:18:26+02:00 upgpkg: 3.5.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v3.5.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 3.4.0 + pkgver = 3.5.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.4.0.tar.gz::https://github.com/Textualize/textual/archive/v3.4.0.tar.gz - sha512sums = 2bfe275739259465663e1bae0f589e8f65565816956de358185bb9af552e9f051091918b1444fea64c93b4916c8668d9a964241582035fdb16436efd3d90d368 + source = textual-3.5.0.tar.gz::https://github.com/Textualize/textual/archive/v3.5.0.tar.gz + sha512sums = db0e33ded789d28de1cb97e3fc76482e1ec705f1570f62c1c368b11a49f2ba59b896fb1858ef6b5d323c3188ef8d3c5512ce8b0df722c56d3fb156ddc7a362c1 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=3.4.0 +pkgver=3.5.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=('2bfe275739259465663e1bae0f589e8f65565816956de358185bb9af552e9f051091918b1444fea64c93b4916c8668d9a964241582035fdb16436efd3d90d368') +sha512sums=('db0e33ded789d28de1cb97e3fc76482e1ec705f1570f62c1c368b11a49f2ba59b896fb1858ef6b5d323c3188ef8d3c5512ce8b0df722c56d3fb156ddc7a362c1') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e066716d798f9a446f55064345774fb1571c3508 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e066716d798f9a446f55064345774fb1571c3508 You're receiving this email because of your account on gitlab.archlinux.org.