Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 90e5fb4f by Leonidas Spyropoulos at 2024-04-11T13:08:44+01:00 upgpkg: 0.56.4-1: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.56.3 + pkgver = 0.56.4 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -17,7 +17,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.56.3.tar.gz::https://github.com/Textualize/textual/archive/v0.56.3.tar.gz - sha512sums = 99f424ba54550367b2a57989c366033976d3ec56dd4eb95ad45928180e610f93fa7ee7ce3667b932ffd035f4677f40c043aa92f779226b0825b45063a37afbd5 + source = textual-0.56.4.tar.gz::https://github.com/Textualize/textual/archive/v0.56.4.tar.gz + sha512sums = 230ff995ab26feaf347f9fb630fead751573eefcca291219eabae61380fa49f99c51715616619b65504071cfa1424bdb3720293f7909ea7958f53ff47db472be pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.56.3 +pkgver=0.56.4 pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) @@ -17,7 +17,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=('99f424ba54550367b2a57989c366033976d3ec56dd4eb95ad45928180e610f93fa7ee7ce3667b932ffd035f4677f40c043aa92f779226b0825b45063a37afbd5') +sha512sums=('230ff995ab26feaf347f9fb630fead751573eefcca291219eabae61380fa49f99c51715616619b65504071cfa1424bdb3720293f7909ea7958f53ff47db472be') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/90e5fb4faa9b3a9a2c4cb5fc3d479ea6818e478d -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/90e5fb4faa9b3a9a2c4cb5fc3d479ea6818e478d You're receiving this email because of your account on gitlab.archlinux.org.