Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: b84bee3b by Robin Candau at 2025-02-23T09:41:10+01:00 upgpkg: 2.1.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v2.1.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 2.1.0 + pkgver = 2.1.1 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -19,7 +19,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-2.1.0.tar.gz::https://github.com/Textualize/textual/archive/v2.1.0.tar.gz - sha512sums = 0f949a40b014d2fd9fef0fe1791f370e287bd76ed5dd8bc95c246f1f3fd4e42f200fb28ecbc45f7b5621ec30ad6ea077d9370203de7746b4cd4c8dff368172b3 + source = textual-2.1.1.tar.gz::https://github.com/Textualize/textual/archive/v2.1.1.tar.gz + sha512sums = dd36b5050de00cf8695aa60720e7c442d3327c7505c234ea55660469250287555bda83259202fe550c3f32221da245553b91ca641ffd4a2817084286652c6c04 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=2.1.0 +pkgver=2.1.1 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=('0f949a40b014d2fd9fef0fe1791f370e287bd76ed5dd8bc95c246f1f3fd4e42f200fb28ecbc45f7b5621ec30ad6ea077d9370203de7746b4cd4c8dff368172b3') +sha512sums=('dd36b5050de00cf8695aa60720e7c442d3327c7505c234ea55660469250287555bda83259202fe550c3f32221da245553b91ca641ffd4a2817084286652c6c04') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/b84bee3b1e8b57f9a74d867e0f0fdfcba2deff99 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/b84bee3b1e8b57f9a74d867e0f0fdfcba2deff99 You're receiving this email because of your account on gitlab.archlinux.org.