Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
379e7739 by Leonidas Spyropoulos at 2024-06-03T18:25:43+01:00
upgpkg: 0.64.0-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.63.6
+ pkgver = 0.64.0
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.63.6.tar.gz::https://github.com/Textualize/textual/archive/v0.63.6.tar.gz
- sha512sums =
89c6773c19779af4dbb23c6c079921a2742b80d77e110403491dd1888dcac6ffc1e32098cbceff465feea63d56a1cd49ff5c16e3cffb663da2ac248c988a8496
+ source =
textual-0.64.0.tar.gz::https://github.com/Textualize/textual/archive/v0.64.0.tar.gz
+ sha512sums =
24bcae70a69c3a1955f3e1f318b78d18d0439c862d4cf33ad1a0a92e321e9ebc10261726ec54d6d5437aa30dfd5041275e9d54ddddbca61e623a3bf011afc101
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.63.6
+pkgver=0.64.0
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=('89c6773c19779af4dbb23c6c079921a2742b80d77e110403491dd1888dcac6ffc1e32098cbceff465feea63d56a1cd49ff5c16e3cffb663da2ac248c988a8496')
+sha512sums=('24bcae70a69c3a1955f3e1f318b78d18d0439c862d4cf33ad1a0a92e321e9ebc10261726ec54d6d5437aa30dfd5041275e9d54ddddbca61e623a3bf011afc101')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/379e77391dc10e112b514cfa1c48c1d8af6d07f0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/379e77391dc10e112b514cfa1c48c1d8af6d07f0
You're receiving this email because of your account on gitlab.archlinux.org.