From 516d41eb68414bec24c05885e7809db675a7eaee Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Mon, 22 Jan 2024 05:56:28 +0000 Subject: [PATCH] python-faker: update to 22.3.0 --- mingw-w64-python-faker/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-faker/PKGBUILD b/mingw-w64-python-faker/PKGBUILD index c3b2c31c71..28676f5579 100644 --- a/mingw-w64-python-faker/PKGBUILD +++ b/mingw-w64-python-faker/PKGBUILD @@ -7,7 +7,7 @@ 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=22.2.0 +pkgver=22.3.0 pkgrel=1 pkgdesc="Faker generates fake data for you (mingw-w64)" arch=('any') @@ -30,7 +30,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser" "${MINGW_PACKAGE_PREFIX}-python-email-validator") options=('!strip') source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") -sha256sums=('fab78f435d27fa7bd109b095eea3504477e4149051c903fd63f11ce252e3d9b7') +sha256sums=('0f48be90ff55b11b89d3193611103e30d125a5bf372da6b5bd0b073e36e727ae') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"