[arch-commits] Commit in python-faker/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Oct 13 23:00:24 UTC 2017


    Date: Friday, October 13, 2017 @ 23:00:23
  Author: felixonmars
Revision: 262656

upgpkg: python-faker 0.8.5-1

Modified:
  python-faker/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-13 22:54:44 UTC (rev 262655)
+++ PKGBUILD	2017-10-13 23:00:23 UTC (rev 262656)
@@ -5,18 +5,19 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.8.4
+pkgver=0.8.5
 pkgrel=1
 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')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-dateutil' 'python2-dateutil'
+             'python-unidecode' 'python2-unidecode')
 checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser'
               'python-mock' 'python2-mock' 'python-email-validator' 'python2-email-validator'
               'python2-ipaddress')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/joke2k/faker/archive/v$pkgver.tar.gz")
-sha512sums=('fc760796b0793ab58a50e008f86726f808ce293f6305d9a619f9467051dc8dd9571007233b2bcc0993f5e4fd63c2ab7a8db873df4d192ae24b8b699e0331a1cb')
+sha512sums=('8a7548959ed2d10f1322e65c1b2e2e2b5e9743d4b5e71acaae6699810ff97d8e433e812ed0c06ee3e321f919da6a5e8920bee5195317f87cddd461e2819c2047')
 
 prepare() {
   cp -a faker-$pkgver{,-py2}
@@ -39,7 +40,7 @@
 }
 
 package_python-faker() {
-  depends=('python-setuptools' 'python-dateutil')
+  depends=('python-setuptools' 'python-dateutil' 'python-unidecode')
   provides=("python-fake-factory=$pkgver")
   conflicts=('python-fake-factory')
   replaces=('python-fake-factory')
@@ -50,7 +51,7 @@
 }
 
 package_python2-faker() {
-  depends=('python2-setuptools' 'python2-dateutil' 'python2-ipaddress')
+  depends=('python2-setuptools' 'python2-dateutil' 'python2-unidecode' 'python2-ipaddress')
   provides=("python2-fake-factory=$pkgver")
   conflicts=('python2-fake-factory')
   replaces=('python2-fake-factory')



More information about the arch-commits mailing list