Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ python-textual
Commits:
f637ac63 by Leonidas Spyropoulos at 2024-08-07T22:42:09+01:00
upgpkg: 0.75.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.75.0
+ pkgver = 0.75.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.75.0.tar.gz::https://github.com/Textualize/textual/archive/v0.75.0.tar.gz
- sha512sums =
7bfa968d57b748442f73ccb0361daa442e9d3c4ed2022b3da5c10ec605b5d71449c8595a1b7e9981cfbe2f982638f8e1e8023ff26467a0d4a34dd2ce3c86d344
+ source =
textual-0.75.1.tar.gz::https://github.com/Textualize/textual/archive/v0.75.1.tar.gz
+ sha512sums =
250d795c5d6055b683c576305d355caf18c0c363bee9e09fbfd6960a10558a5700dda007e0380ec6cea518a630f963c35f95a524b30ee402e4664ed25e68a1e2
pkgname = python-textual
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
_base=textual
pkgname=python-${_base}
-pkgver=0.75.0
+pkgver=0.75.1
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=('7bfa968d57b748442f73ccb0361daa442e9d3c4ed2022b3da5c10ec605b5d71449c8595a1b7e9981cfbe2f982638f8e1e8023ff26467a0d4a34dd2ce3c86d344')
+sha512sums=('250d795c5d6055b683c576305d355caf18c0c363bee9e09fbfd6960a10558a5700dda007e0380ec6cea518a630f963c35f95a524b30ee402e4664ed25e68a1e2')
build() {
cd ${_base}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/f637ac6334d3d736d72185d05e423b4621c31fd4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/f637ac6334d3d736d72185d05e423b4621c31fd4
You're receiving this email because of your account on gitlab.archlinux.org.