From fcc6d2ff0ca27927fdf544214740ca14de3063df Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 4 Apr 2025 05:14:38 +0000 Subject: [PATCH] python-json5: update to 0.12.0 --- mingw-w64-python-json5/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-json5/PKGBUILD b/mingw-w64-python-json5/PKGBUILD index 5f95f9768c..7cd0492d76 100644 --- a/mingw-w64-python-json5/PKGBUILD +++ b/mingw-w64-python-json5/PKGBUILD @@ -3,7 +3,7 @@ _realname=json5 pkgbase=mingw-w64-python-${_realname} pkgname=${MINGW_PACKAGE_PREFIX}-python-${_realname} -pkgver=0.11.0 +pkgver=0.12.0 pkgrel=1 pkgdesc='A Python implementation of the JSON5 data format (mingw-w64)' arch=('any') @@ -19,7 +19,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-setuptools") options=('!strip') source=(https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz) -sha256sums=('dab115459d9372760f2b568d949e069edd991f8e75458cff67328b9125750f12') +sha256sums=('0b4b6ff56801a1c7dc817b0241bca4ce474a0e6a163bfef3fc594d3fd263ff3a') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"