Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
309b59ef by Leonidas Spyropoulos at 2024-04-09T09:35:45+01:00
upgpkg: 0.56.3-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-textual
pkgdesc = Modern Text User Interface framework
- pkgver = 0.55.1
+ pkgver = 0.56.3
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.55.1.tar.gz::https://github.com/Textualize/textual/archive/v0.55.1.tar.gz
- sha512sums =
fc7da5165803aa82e91a10270335517701fa589ca36d8afe9485d6bf858fcb6ffdb33cb2e9f472ab6d0eda7e1e986bfd36d910781a5723873e6365eca3e414e7
+ source =
textual-0.56.3.tar.gz::https://github.com/Textualize/textual/archive/v0.56.3.tar.gz
+ sha512sums =
99f424ba54550367b2a57989c366033976d3ec56dd4eb95ad45928180e610f93fa7ee7ce3667b932ffd035f4677f40c043aa92f779226b0825b45063a37afbd5
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.55.1
+pkgver=0.56.3
pkgrel=1
pkgdesc="Modern Text User Interface framework"
arch=(any)
@@ -17,7 +17,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=('fc7da5165803aa82e91a10270335517701fa589ca36d8afe9485d6bf858fcb6ffdb33cb2e9f472ab6d0eda7e1e986bfd36d910781a5723873e6365eca3e414e7')
+sha512sums=('99f424ba54550367b2a57989c366033976d3ec56dd4eb95ad45928180e610f93fa7ee7ce3667b932ffd035f4677f40c043aa92f779226b0825b45063a37afbd5')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/309b59ef42d1e2af4898995cea8f916b990e8233
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/309b59ef42d1e2af4898995cea8f916b990e8233
You're receiving this email because of your account on gitlab.archlinux.org.