Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: e0706ba4 by Robin Candau at 2024-12-01T17:22:25+01:00 upgpkg: 0.88.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.88.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.88.0 - pkgrel = 2 + pkgver = 0.88.1 + pkgrel = 1 url = https://github.com/Textualize/textual arch = any license = MIT @@ -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-0.88.0.tar.gz::https://github.com/Textualize/textual/archive/v0.88.0.tar.gz - sha512sums = 5a685ca134d62e9759ee643548c5a680a101499dc3d697aea5b7b59932ad57a196bfeb594b2f3c04006ddcb60df058c46921d950b44743b43a944ae90a7764ad + source = textual-0.88.1.tar.gz::https://github.com/Textualize/textual/archive/v0.88.1.tar.gz + sha512sums = 7c849dac56ca93853b36ad8c67f5544f5a071ad3b23f7753f46a6b62a1017098b40ce2be0aa526aa5a4de397ec26bb7b42a245170516e22ef297ccbc49321394 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ _base=textual pkgname=python-${_base} -pkgver=0.88.0 -pkgrel=2 +pkgver=0.88.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=('5a685ca134d62e9759ee643548c5a680a101499dc3d697aea5b7b59932ad57a196bfeb594b2f3c04006ddcb60df058c46921d950b44743b43a944ae90a7764ad') +sha512sums=('7c849dac56ca93853b36ad8c67f5544f5a071ad3b23f7753f46a6b62a1017098b40ce2be0aa526aa5a4de397ec26bb7b42a245170516e22ef297ccbc49321394') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e0706ba40f5686c753ced7435c45882e5d221893 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/e0706ba40f5686c753ced7435c45882e5d221893 You're receiving this email because of your account on gitlab.archlinux.org.
