Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 50a2112c by Robin Candau at 2024-11-18T17:53:52+01:00 upgpkg: 0.86.2-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.86.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.86.1 + pkgver = 0.86.2 pkgrel = 1 url = https://github.com/Textualize/textual arch = any @@ -19,7 +19,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.86.1.tar.gz::https://github.com/Textualize/textual/archive/v0.86.1.tar.gz - sha512sums = c4c3067a3940236536ad267847bfadfacb0de74dee00eb1467cdf664287bfb9df9a39614483f731504fe97daabdc8943ac9e947e4cb8cee03c90556c2beb615e + source = textual-0.86.2.tar.gz::https://github.com/Textualize/textual/archive/v0.86.2.tar.gz + sha512sums = f0f0319fd91761ab7fd1b2eebae400107e16bf9508528654ce282471ce3abc3534b4a4f7ae5bd83595eb5e442bcca35b023875a0fd0361864179c999c338db48 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ _base=textual pkgname=python-${_base} -pkgver=0.86.1 +pkgver=0.86.2 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=('c4c3067a3940236536ad267847bfadfacb0de74dee00eb1467cdf664287bfb9df9a39614483f731504fe97daabdc8943ac9e947e4cb8cee03c90556c2beb615e') +sha512sums=('f0f0319fd91761ab7fd1b2eebae400107e16bf9508528654ce282471ce3abc3534b4a4f7ae5bd83595eb5e442bcca35b023875a0fd0361864179c999c338db48') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/50a2112c5b3f84548ea2f6a1e5cc179456613769 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/50a2112c5b3f84548ea2f6a1e5cc179456613769 You're receiving this email because of your account on gitlab.archlinux.org.
