Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 2e0c3d9d by Robin Candau at 2025-02-16T18:53:25+01:00 upgpkg: 2.0.1-1: New upstream release https://github.com/Textualize/textual/releases/tag/v2.0.0 https://github.com/Textualize/textual/releases/tag/v2.0.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 1.0.0 - pkgrel = 2 + pkgver = 2.0.1 + pkgrel = 1 url = https://github.com/Textualize/textual arch = any license = MIT @@ -19,7 +19,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-1.0.0.tar.gz::https://github.com/Textualize/textual/archive/v1.0.0.tar.gz - sha512sums = d943ba0a01f84b526a15755fd1fb41b094e6029f73b317e098b8c23abbc87e43b7f75d1ab9bc92c0462463ef5e9229476f5d2700fa27d1245665b9aa89c2a2b5 + source = textual-2.0.1.tar.gz::https://github.com/Textualize/textual/archive/v2.0.1.tar.gz + sha512sums = 56d5d92847b50664930525edb6d69ac6128cf05d473936ba065c2c939923630b4e1187941a21a3abd2342b195ce56b1ba37e05cd53bd79651b49bc84325500ac pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ _base=textual pkgname=python-${_base} -pkgver=1.0.0 -pkgrel=2 +pkgver=2.0.1 +pkgrel=1 pkgdesc="Modern Text User Interface framework" arch=(any) url="https://github.com/Textualize/${_base}" @@ -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=('d943ba0a01f84b526a15755fd1fb41b094e6029f73b317e098b8c23abbc87e43b7f75d1ab9bc92c0462463ef5e9229476f5d2700fa27d1245665b9aa89c2a2b5') +sha512sums=('56d5d92847b50664930525edb6d69ac6128cf05d473936ba065c2c939923630b4e1187941a21a3abd2342b195ce56b1ba37e05cd53bd79651b49bc84325500ac') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/2e0c3d9d48adcb700564694178bffc49aa4c5682 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/2e0c3d9d48adcb700564694178bffc49aa4c5682 You're receiving this email because of your account on gitlab.archlinux.org.
