python-pygments: update to 2.13.0

This commit is contained in:
Mehdi Chinoune
2022-10-08 17:17:01 +00:00
committed by مهدي شينون (Mehdi Chinoune)
parent 71f7349678
commit 73e3626df7

View File

@@ -8,8 +8,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.12.0
pkgrel=2
pkgver=2.13.0
pkgrel=1
pkgdesc="Python syntax highlighter (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
@@ -23,7 +23,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-docutils"
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-lxml")
source=("https://pypi.org/packages/source/P/Pygments/${_pyname}-${pkgver}.tar.gz")
sha256sums=('5eb116118f9612ff1ee89ac96437bb6b49e8f04d8a13b514ba26f620208e26eb')
sha256sums=('56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1')
prepare() {
rm -rf python-build-${MSYSTEM} | true