Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ python-textual


Commits:
4ec537b6 by Leonidas Spyropoulos at 2024-04-02T20:41:02+01:00
upgpkg: 0.55.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-textual
        pkgdesc = Modern Text User Interface framework
-       pkgver = 0.55.0
+       pkgver = 0.55.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.55.0.tar.gz::https://github.com/Textualize/textual/archive/v0.55.0.tar.gz
-       sha512sums = 
dc3988f6ed6091f1418e76be08abb4dd9b22bb7ee5637597c5f6bb5c6290da06e352958eeb94b14cbe78831a84ae9e4a1a2b0bfa1a2a2529bb0538017bb34e16
+       source = 
textual-0.55.1.tar.gz::https://github.com/Textualize/textual/archive/v0.55.1.tar.gz
+       sha512sums = 
fc7da5165803aa82e91a10270335517701fa589ca36d8afe9485d6bf858fcb6ffdb33cb2e9f472ab6d0eda7e1e986bfd36d910781a5723873e6365eca3e414e7
 
 pkgname = python-textual


=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
 
 _base=textual
 pkgname=python-${_base}
-pkgver=0.55.0
+pkgver=0.55.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=('dc3988f6ed6091f1418e76be08abb4dd9b22bb7ee5637597c5f6bb5c6290da06e352958eeb94b14cbe78831a84ae9e4a1a2b0bfa1a2a2529bb0538017bb34e16')
+sha512sums=('fc7da5165803aa82e91a10270335517701fa589ca36d8afe9485d6bf858fcb6ffdb33cb2e9f472ab6d0eda7e1e986bfd36d910781a5723873e6365eca3e414e7')
 
 build() {
   cd ${_base}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/4ec537b6e6b6f546c3f3149dd2e62629ff02c67a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/4ec537b6e6b6f546c3f3149dd2e62629ff02c67a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to