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

Felix Yan felixonmars at archlinux.org
Sun Feb 26 01:47:05 UTC 2017


    Date: Sunday, February 26, 2017 @ 01:47:04
  Author: felixonmars
Revision: 213844

upgpkg: python-faker 0.7.8-1

Modified:
  python-faker/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-26 01:36:51 UTC (rev 213843)
+++ PKGBUILD	2017-02-26 01:47:04 UTC (rev 213844)
@@ -5,9 +5,8 @@
 
 pkgbase=python-faker
 pkgname=(python-faker python2-faker)
-pkgver=0.7.7
-_commit=3764f7bdf0d630bfcc6538bac195e7580d4b178d
-pkgrel=2
+pkgver=0.7.8
+pkgrel=1
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
 url='http://www.joke2k.net/faker/'
@@ -16,7 +15,7 @@
 checkdepends=('python-ukpostcodeparser' 'python2-ukpostcodeparser' 'python-nose' 'python2-nose'
               'python-mock' 'python2-mock' 'python-email-validator' 'python2-email-validator'
               'python2-ipaddress')
-source=("git+https://github.com/joke2k/faker.git#commit=$_commit")
+source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver")
 sha256sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list