Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / python-textual
Commits: 86709262 by Robin Candau at 2024-12-12T23:01:29+01:00 upgpkg: 1.0.0-1: New upstream release https://github.com/Textualize/textual/releases/tag/v1.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-textual pkgdesc = Modern Text User Interface framework - pkgver = 0.89.1 - pkgrel = 2 + pkgver = 1.0.0 + 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-0.89.1.tar.gz::https://github.com/Textualize/textual/archive/v0.89.1.tar.gz - sha512sums = 4e3b3a224bb987483413953f76c00291a8c87b624a89ad31b02278c9468cdb85617986edda256da870ab57514097390b851dfecc5d7b11714e96cb38550c4b2f + source = textual-1.0.0.tar.gz::https://github.com/Textualize/textual/archive/v1.0.0.tar.gz + sha512sums = d943ba0a01f84b526a15755fd1fb41b094e6029f73b317e098b8c23abbc87e43b7f75d1ab9bc92c0462463ef5e9229476f5d2700fa27d1245665b9aa89c2a2b5 pkgname = python-textual ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ _base=textual pkgname=python-${_base} -pkgver=0.89.1 -pkgrel=2 +pkgver=1.0.0 +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=('4e3b3a224bb987483413953f76c00291a8c87b624a89ad31b02278c9468cdb85617986edda256da870ab57514097390b851dfecc5d7b11714e96cb38550c4b2f') +sha512sums=('d943ba0a01f84b526a15755fd1fb41b094e6029f73b317e098b8c23abbc87e43b7f75d1ab9bc92c0462463ef5e9229476f5d2700fa27d1245665b9aa89c2a2b5') build() { cd ${_base}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/867092620fc53e80fe84c501308cf637ba39579f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-textual/-/commit/867092620fc53e80fe84c501308cf637ba39579f You're receiving this email because of your account on gitlab.archlinux.org.
