* update python-faker to 30.8.1-2
This commit is contained in:
parent
7919ed7870
commit
69347db4cc
@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-faker
|
pkgbase = python-faker
|
||||||
pkgdesc = Faker generates fake data for you.
|
pkgdesc = Faker generates fake data for you.
|
||||||
pkgver = 30.6.0
|
pkgver = 30.8.1
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://faker.readthedocs.io/en/master/
|
url = https://faker.readthedocs.io/en/master/
|
||||||
arch = any
|
arch = any
|
||||||
license = MIT
|
license = MIT
|
||||||
@ -19,7 +19,7 @@ pkgbase = python-faker
|
|||||||
depends = python-dateutil
|
depends = python-dateutil
|
||||||
depends = python-typing_extensions
|
depends = python-typing_extensions
|
||||||
optdepends = python-xmltodict: for xml provider
|
optdepends = python-xmltodict: for xml provider
|
||||||
source = git+https://github.com/joke2k/faker.git#tag=v30.6.0
|
source = git+https://github.com/joke2k/faker.git#tag=v30.8.1
|
||||||
sha512sums = adaece998a2ca25dc74ba8dce9187df0a1937558536947e86fab8d681536e064f7f0bc68ddc2aecae705ad927ff1f9b99c8eade693bab26347133af23004d447
|
sha512sums = 72e25b5948e2675d778e5281b974be87bffab961f7a49fc0c7c6fa45a7b807f14eb48f9695e5e18f4dd0ff627d5cf8501740b1089aa2c66d0d9825f2f296d925
|
||||||
|
|
||||||
pkgname = python-faker
|
pkgname = python-faker
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# Contributor: dnuux <dnuuxx@gmail.com>
|
# Contributor: dnuux <dnuuxx@gmail.com>
|
||||||
|
|
||||||
pkgname=python-faker
|
pkgname=python-faker
|
||||||
pkgver=30.6.0
|
pkgver=30.8.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Faker generates fake data for you.'
|
pkgdesc='Faker generates fake data for you.'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url='https://faker.readthedocs.io/en/master/'
|
url='https://faker.readthedocs.io/en/master/'
|
||||||
@ -16,7 +16,7 @@ makedepends=('git' 'python-build' 'python-installer' 'python-pytest' 'python-set
|
|||||||
checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun' 'python-pillow'
|
checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun' 'python-pillow'
|
||||||
'python-xmltodict')
|
'python-xmltodict')
|
||||||
source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver")
|
source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver")
|
||||||
sha512sums=('adaece998a2ca25dc74ba8dce9187df0a1937558536947e86fab8d681536e064f7f0bc68ddc2aecae705ad927ff1f9b99c8eade693bab26347133af23004d447')
|
sha512sums=('72e25b5948e2675d778e5281b974be87bffab961f7a49fc0c7c6fa45a7b807f14eb48f9695e5e18f4dd0ff627d5cf8501740b1089aa2c66d0d9825f2f296d925')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd faker
|
cd faker
|
||||||
|
Loading…
x
Reference in New Issue
Block a user