Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 99278197 by Robin Candau at 2024-09-01T13:28:56+02:00 upgpkg: 0.79.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.79.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.79.0 + pkgver = 0.79.1 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -18,7 +18,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.79.0.tar.gz::https://github.com/Textualize/textual/archive/v0.79.0.tar.gz - sha512sums = f8c187820a8447ed0f46ca45c46a81664eb325d67cd2ba596b05634c00e8c6487e8e53e0cde925ff2cada3c6d5c9af92772e0dbfe74648a71fe359d6f0a72920 + source = textual-0.79.1.tar.gz::https://github.com/Textualize/textual/archive/v0.79.1.tar.gz + sha512sums = 144206acfe24f20b4eb2105b71ae0e64c2bc9e5762407ee5386c150ad90d32648db9873d43e8ad3caab9073c5a9c12f0d52346146434b625c244003fab7784e7 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.79.0 +pkgver=0.79.1 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=('f8c187820a8447ed0f46ca45c46a81664eb325d67cd2ba596b05634c00e8c6487e8e53e0cde925ff2cada3c6d5c9af92772e0dbfe74648a71fe359d6f0a72920') +sha512sums=('144206acfe24f20b4eb2105b71ae0e64c2bc9e5762407ee5386c150ad90d32648db9873d43e8ad3caab9073c5a9c12f0d52346146434b625c244003fab7784e7') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/99278197dfc7a2cb3737f741f6573521abc20b52 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/99278197dfc7a2cb3737f741f6573521abc20b52 You're receiving this email because of your account on gitlab.archlinux.org.
