python-faker: update to 7.0.0

This commit is contained in:
Naveen
2021-03-29 17:31:52 +00:00
committed by github-actions[bot]
parent 95bd09983f
commit 0454576a1b

View File

@@ -6,7 +6,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=6.6.3
pkgver=7.0.0
pkgrel=1
pkgdesc="Faker generates fake data for you (mingw-w64)"
arch=('any')
@@ -21,7 +21,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-ukpostcodeparser"
install=${_realname}3-${CARCH}.install
options=('staticlibs' 'strip' '!debug')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/joke2k/faker/archive/v${pkgver}.tar.gz")
sha512sums=('fc6cbe570cff154825a4fdd95ae0d2aba5a5e14ccd5724a827a1dcf0673d0c5c7afaa4e08b9f289b393b302db06c3b163e17ca5d352eaf409753203da501d5c7')
sha512sums=('e3f747115b431151f3c5bd88000dbbf2343b053f043636a4e65d87a901507ce19d1a07d1d6e7341383c4ac02d43a05aec8edada014f183088dc1004adfcb7a4b')
prepare() {
cd "${srcdir}"