python-faker: update to 20.0.3

This commit is contained in:
Biswapriyo Nath
2023-11-17 16:33:27 +00:00
parent c0d3f231c4
commit 80736ee413

View File

@@ -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=19.12.0
pkgver=20.0.3
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=('91438f6b1713274ec3f24970ba303617be86ce5caf6f6a0776f1d04777b6ff5f')
sha256sums=('f9af61c9223e1a3fd01ee2a48265352432f40a4fb21feb274d9d1d97b4943d75')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"