Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 081eb1f6 by Robin Candau at 2024-08-02T09:37:22+02:00 upgpkg: 0.75.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.75.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.74.0 + pkgver = 0.75.0 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.74.0.tar.gz::https://github.com/Textualize/textual/archive/v0.74.0.tar.gz - sha512sums = fe2f6cc644870343974714a900db8f208e0993589e19ec355a9d7eeffaf9d609fbe9a4072440ffc466ee0a1db1bce387a2b57138af6bca7f4a41fdf8a202d91d + source = textual-0.75.0.tar.gz::https://github.com/Textualize/textual/archive/v0.75.0.tar.gz + sha512sums = 7bfa968d57b748442f73ccb0361daa442e9d3c4ed2022b3da5c10ec605b5d71449c8595a1b7e9981cfbe2f982638f8e1e8023ff26467a0d4a34dd2ce3c86d344 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.74.0 +pkgver=0.75.0 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=('fe2f6cc644870343974714a900db8f208e0993589e19ec355a9d7eeffaf9d609fbe9a4072440ffc466ee0a1db1bce387a2b57138af6bca7f4a41fdf8a202d91d') +sha512sums=('7bfa968d57b748442f73ccb0361daa442e9d3c4ed2022b3da5c10ec605b5d71449c8595a1b7e9981cfbe2f982638f8e1e8023ff26467a0d4a34dd2ce3c86d344') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/081eb1f6209897ca1578e74f0d49ef8fa2eafa39 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/081eb1f6209897ca1578e74f0d49ef8fa2eafa39 You're receiving this email because of your account on gitlab.archlinux.org.
