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