[arch-commits] Commit in python-faker/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Oct 17 00:37:23 UTC 2017
Date: Tuesday, October 17, 2017 @ 00:37:23
Author: felixonmars
Revision: 263117
upgpkg: python-faker 0.8.6-2
fix dependency
Modified:
python-faker/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-17 00:35:13 UTC (rev 263116)
+++ PKGBUILD 2017-10-17 00:37:23 UTC (rev 263117)
@@ -6,13 +6,13 @@
pkgbase=python-faker
pkgname=(python-faker python2-faker)
pkgver=0.8.6
-pkgrel=1
+pkgrel=2
pkgdesc='Faker generates fake data for you.'
arch=('any')
url='http://www.joke2k.net/faker/'
license=('MIT')
makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 'python2-dateutil'
- 'python-unidecode' 'python2-unidecode')
+ 'python-text-unidecode' 'python2-text-unidecode')
checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
'python-mock' 'python2-mock' 'python-email-validator' 'python2-email-validator'
'python2-ipaddress')
@@ -40,7 +40,7 @@
}
package_python-faker() {
- depends=('python-setuptools' 'python-dateutil' 'python-unidecode')
+ depends=('python-setuptools' 'python-dateutil' 'python-text-unidecode')
provides=("python-fake-factory=$pkgver")
conflicts=('python-fake-factory')
replaces=('python-fake-factory')
@@ -51,7 +51,7 @@
}
package_python2-faker() {
- depends=('python2-setuptools' 'python2-dateutil' 'python2-unidecode' 'python2-ipaddress')
+ depends=('python2-setuptools' 'python2-dateutil' 'python2-text-unidecode' 'python2-ipaddress')
provides=("python2-fake-factory=$pkgver")
conflicts=('python2-fake-factory')
replaces=('python2-fake-factory')
More information about the arch-commits
mailing list