Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: bc77ef66 by Robin Candau at 2025-04-22T17:07:40+02:00 upgpkg: 3.1.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v3.1.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 3.1.0 - pkgrel = 2 + pkgver = 3.1.1 + pkgrel = 1 url = https://github.com/Textualize/textual arch = any license = MIT @@ -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.1.0.tar.gz::https://github.com/Textualize/textual/archive/v3.1.0.tar.gz - sha512sums = b6199a3b679576c0f45110e4e88c52befa4bb7c6b3a5ef45f7c76590880f1d374c27eca04bd34a21838678a594acd5054ea011c8da0d8f526c63819052a9267b + source = textual-3.1.1.tar.gz::https://github.com/Textualize/textual/archive/v3.1.1.tar.gz + sha512sums = 88d1d120540588a5326a1f0161bf37a21fb9e4487d73c955bf257a860b010da52883492d7bb188ceeb0c747b7f05f09c7c679e75fda54feee1ed9aee0c69763d pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ _base=textual pkgname=python-${_base} -pkgver=3.1.0 -pkgrel=2 +pkgver=3.1.1 +pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) url="https://github.com/Textualize/${_base}" @@ -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=('b6199a3b679576c0f45110e4e88c52befa4bb7c6b3a5ef45f7c76590880f1d374c27eca04bd34a21838678a594acd5054ea011c8da0d8f526c63819052a9267b') +sha512sums=('88d1d120540588a5326a1f0161bf37a21fb9e4487d73c955bf257a860b010da52883492d7bb188ceeb0c747b7f05f09c7c679e75fda54feee1ed9aee0c69763d') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/bc77ef664bced5e2d6c333a92bf09d4e71d6fe9b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/bc77ef664bced5e2d6c333a92bf09d4e71d6fe9b You're receiving this email because of your account on gitlab.archlinux.org.
