Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: d8fc076a by Robin Candau at 2024-11-26T10:00:12+01:00 upgpkg: 0.87.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v0.87.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.86.3 - pkgrel = 2 + pkgver = 0.87.1 + pkgrel = 1 url = https://github.com/Textualize/textual arch = any license = MIT @@ -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.3.tar.gz::https://github.com/Textualize/textual/archive/v0.86.3.tar.gz - sha512sums = dc24f54a92aea4be7a65c1516a0f8dde34aa71a0d9ed9f1da7ac62dcbcd7af1dbe8aabb2d921e642bbb1cc44c4299b5e06c70ed59c402a810db2ca2ee316411a + source = textual-0.87.1.tar.gz::https://github.com/Textualize/textual/archive/v0.87.1.tar.gz + sha512sums = bd80c9e3afed7394e165bf67741e9b707d8b8e002b6bdc3778fee18eabc656a36675def87dac1e7acc2bf28917c193565d7ec8aa8cbf990e24b7e7a2a468af7b pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ _base=textual pkgname=python-${_base} -pkgver=0.86.3 -pkgrel=2 +pkgver=0.87.1 +pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) url="https://github.com/Textualize/${_base}" @@ -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=('dc24f54a92aea4be7a65c1516a0f8dde34aa71a0d9ed9f1da7ac62dcbcd7af1dbe8aabb2d921e642bbb1cc44c4299b5e06c70ed59c402a810db2ca2ee316411a') +sha512sums=('bd80c9e3afed7394e165bf67741e9b707d8b8e002b6bdc3778fee18eabc656a36675def87dac1e7acc2bf28917c193565d7ec8aa8cbf990e24b7e7a2a468af7b') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/d8fc076a6954bd97b959b45f299a192cc887d558 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/d8fc076a6954bd97b959b45f299a192cc887d558 You're receiving this email because of your account on gitlab.archlinux.org.
