Skip to content

Commit

Permalink
python-faker: update to 29.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Sep 25, 2024
1 parent 9e2365b commit b7c956a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mingw-w64-python-faker/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=faker
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=28.0.0
pkgver=29.0.0
pkgrel=1
pkgdesc="Faker generates fake data for you (mingw-w64)"
arch=('any')
Expand All @@ -19,14 +19,13 @@ depends=("${MINGW_PACKAGE_PREFIX}-python"
"${MINGW_PACKAGE_PREFIX}-python-dateutil")
makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools"
"${MINGW_PACKAGE_PREFIX}-python-wheel")
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser"
"${MINGW_PACKAGE_PREFIX}-python-mock"
"${MINGW_PACKAGE_PREFIX}-python-email-validator")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('0d3c0399204aaf8205cc1750db443474ca0436f177126b2c27b798e8336cc74f')
sha256sums=('34e89aec594cad9773431ca479ee95c7ce03dd9f22fda2524e2373b880a2fa77')

build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
Expand Down

0 comments on commit b7c956a

Please sign in to comment.