python-faker: update to 8.1.1
This commit is contained in:
committed by
github-actions[bot]
parent
5a79d81a1e
commit
cdff1dd13a
@@ -6,8 +6,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=8.1.0
|
||||
pkgrel=2
|
||||
pkgver=8.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Faker generates fake data for you (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
|
||||
@@ -21,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-email-validator")
|
||||
options=('staticlibs' 'strip' '!debug')
|
||||
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/joke2k/faker/archive/v${pkgver}.tar.gz")
|
||||
sha512sums=('b9c77eb2faeaeddf9805e9b9d991f192a011b094e27423317799fbfc37bd1486a005765c3f1c6160b9c44d40bb958e0d6b849f0d0f36ae8faee2473b1109e660')
|
||||
sha512sums=('ecb901905ccf535f340c3c107a631f89260701b375d9ce6e6255e821e6dedda69df2cfd4998fd3b329c668719f21f677714bae3f9cc1fb68ee70a9e26f596418')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}"
|
||||
|
||||
Reference in New Issue
Block a user