Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
eff5e2a0 by Leonidas Spyropoulos at 2024-02-15T10:49:13+00:00
upgpkg: 0.50.1-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.50.0
+ pkgver = 0.50.1
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.50.0.tar.gz::https://github.com/Textualize/textual/archive/v0.50.0.tar.gz
- sha512sums =
18c5118c83dcc35af869b808273e797ba1465b2d61d11f8b5ae6c26d410f706eef970a93a5b77e2b7a0958bb9aa1c0e33f386678586257ac14e8a506fcdfa6d5
+ source =
textual-0.50.1.tar.gz::https://github.com/Textualize/textual/archive/v0.50.1.tar.gz
+ sha512sums =
baa22b82efdcdf543183e1e61c2c9abce2511b010bbbe27b4411bb361858e3c4df68c8bd0e56268aac5342cf6428dd3d96c44c8b2471be7ac3fc3c17632b1f8b
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.50.0
+pkgver=0.50.1
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=('18c5118c83dcc35af869b808273e797ba1465b2d61d11f8b5ae6c26d410f706eef970a93a5b77e2b7a0958bb9aa1c0e33f386678586257ac14e8a506fcdfa6d5')
+sha512sums=('baa22b82efdcdf543183e1e61c2c9abce2511b010bbbe27b4411bb361858e3c4df68c8bd0e56268aac5342cf6428dd3d96c44c8b2471be7ac3fc3c17632b1f8b')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/eff5e2a0828f8c5aff6e84d38edc20fd9c34c88b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/eff5e2a0828f8c5aff6e84d38edc20fd9c34c88b
You're receiving this email because of your account on gitlab.archlinux.org.