Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
7f76534b by Leonidas Spyropoulos at 2024-02-20T21:53:50+00:00
upgpkg: 0.52.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.51.0
+ pkgver = 0.52.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.51.0.tar.gz::https://github.com/Textualize/textual/archive/v0.51.0.tar.gz
- sha512sums =
0b87599a71f01fd825c46ca3c5feb19f6e8e0abe0e8c87e51a847261fcd121e9a821d5a4c903d9d010c5b14d760afa1c437fcac8affc57a8b8378258a19d4f39
+ source =
textual-0.52.1.tar.gz::https://github.com/Textualize/textual/archive/v0.52.1.tar.gz
+ sha512sums =
7eb8d54e7e18fab3d4013004d68c629b0f6a72258dc8e2c879c4ed54d32ca0e94594a992e25687d39356f61bd6a64372f67064d8888706bfa48df2e8ccce833d
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.51.0
+pkgver=0.52.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=('0b87599a71f01fd825c46ca3c5feb19f6e8e0abe0e8c87e51a847261fcd121e9a821d5a4c903d9d010c5b14d760afa1c437fcac8affc57a8b8378258a19d4f39')
+sha512sums=('7eb8d54e7e18fab3d4013004d68c629b0f6a72258dc8e2c879c4ed54d32ca0e94594a992e25687d39356f61bd6a64372f67064d8888706bfa48df2e8ccce833d')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/7f76534bf7f77f4dcaeb8e420a2a47f38b650e7b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/7f76534bf7f77f4dcaeb8e420a2a47f38b650e7b
You're receiving this email because of your account on gitlab.archlinux.org.