Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 1b91defb by Leonidas Spyropoulos at 2024-02-04T12:36:58+00:00 upgpkg: 0.48.2-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.48.1 + pkgver = 0.48.2 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -16,7 +16,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.48.1.tar.gz::https://github.com/Textualize/textual/archive/v0.48.1.tar.gz - sha512sums = c03fe9be68001e0962db6001348839d3b1e9951f80fcf1760fab6bebc7dd95352b5f7e7d22c70d3216a7dbefcbf7e67ae1d0c8ab238dc05ccc5a6e724d8d7af1 + source = textual-0.48.2.tar.gz::https://github.com/Textualize/textual/archive/v0.48.2.tar.gz + sha512sums = 531499f9493c00f9fd7851b4ffef5a6314231a5c43512851f187b11695c7badd42806e73dd272890ddcb74f032e2f8b3f9c3cc22cc3f6c88f71b6016ce55a340 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.48.1 +pkgver=0.48.2 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=('c03fe9be68001e0962db6001348839d3b1e9951f80fcf1760fab6bebc7dd95352b5f7e7d22c70d3216a7dbefcbf7e67ae1d0c8ab238dc05ccc5a6e724d8d7af1') +sha512sums=('531499f9493c00f9fd7851b4ffef5a6314231a5c43512851f187b11695c7badd42806e73dd272890ddcb74f032e2f8b3f9c3cc22cc3f6c88f71b6016ce55a340') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/1b91defb35a55ad93f7e194d3bad13251f8974f2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/1b91defb35a55ad93f7e194d3bad13251f8974f2 You're receiving this email because of your account on gitlab.archlinux.org.