George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-rich
Commits: c6c3b11e by Amro Emad at 2026-02-13T21:45:50+04:00 Update upstream url Signed-off-by: Amro Emad <[email protected]> - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -2,7 +2,7 @@ pkgbase = python-rich pkgdesc = Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal pkgver = 14.3.2 pkgrel = 1 - url = https://github.com/willmcgugan/rich + url = https://github.com/Textualize/rich arch = any license = MIT makedepends = python-build @@ -11,7 +11,7 @@ pkgbase = python-rich makedepends = python-wheel depends = python-markdown-it-py depends = python-pygments - source = https://github.com/willmcgugan/rich/archive/v14.3.2/rich-14.3.2.tar.gz + source = https://github.com/Textualize/rich/archive/v14.3.2/rich-14.3.2.tar.gz b2sums = 4ed2d676273dcb671b602982709179e7e2d317ce39ee1b882ee3c52c844b0357b6c4ab11e0617dd4db9edcd4865a01975f453b2fde8f97e73bced962467e315e pkgname = python-rich ===================================== PKGBUILD ===================================== @@ -6,11 +6,11 @@ pkgver=14.3.2 pkgrel=1 pkgdesc='Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal' arch=(any) -url='https://github.com/willmcgugan/rich' +url='https://github.com/Textualize/rich' license=('MIT') depends=(python-{markdown-it-py,pygments}) makedepends=(python-{build,installer,poetry-core,wheel}) -source=("https://github.com/willmcgugan/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz") +source=("https://github.com/Textualize/rich/archive/v${pkgver}/rich-${pkgver}.tar.gz") b2sums=('4ed2d676273dcb671b602982709179e7e2d317ce39ee1b882ee3c52c844b0357b6c4ab11e0617dd4db9edcd4865a01975f453b2fde8f97e73bced962467e315e') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/c6c3b11e1a812dd1a147b771b2af18dcb40a171e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rich/-/commit/c6c3b11e1a812dd1a147b771b2af18dcb40a171e You're receiving this email because of your account on gitlab.archlinux.org.
