python3-Pygments: update to 2.9.0.
This commit is contained in:
parent
66c0330492
commit
aff4738175
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-Pygments'
|
# Template file for 'python3-Pygments'
|
||||||
pkgname=python3-Pygments
|
pkgname=python3-Pygments
|
||||||
version=2.8.1
|
version=2.9.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Pygments-${version}"
|
wrksrc="Pygments-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-2-Clause"
|
||||||
homepage="https://pygments.org"
|
homepage="https://pygments.org"
|
||||||
changelog="https://raw.githubusercontent.com/pygments/pygments/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/pygments/pygments/master/CHANGES"
|
||||||
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/P/Pygments/Pygments-${version}.tar.gz"
|
||||||
checksum=2656e1a6edcdabf4275f9a3640db59fd5de107d88e8663c5d4e9a0fa62f77f94
|
checksum=a18f47b506a429f6f4b9df81bb02beab9ca21d0a5fee38ed15aef65f0545519f
|
||||||
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
alternatives="pygments:pygmentize:/usr/bin/pygmentize3"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Reference in New Issue