python-pygments: update to 2.19.2 (#5614)

This commit is contained in:
Dirk Stolle 2025-09-06 17:50:31 +02:00 committed by GitHub
parent 72b7663813
commit 6f52bf9c5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
pkgbase="python-pygments"
pkgname=("python-pygments")
pkgver=2.19.1
pkgver=2.19.2
pkgrel=1
pkgdesc="A syntax highlighting engine written in Python"
arch=("i686" "x86_64")
@ -23,7 +23,7 @@ provides=("python3-pygments")
conflicts=("python3-pygments")
replaces=("python3-pygments")
source=("https://pypi.python.org/packages/source/p/pygments/pygments-${pkgver}.tar.gz")
sha256sums=('61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f')
sha256sums=('636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887')
build() {
cd "pygments-${pkgver}"