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

Felix Yan fyan at archlinux.org
Tue Dec 15 06:26:51 UTC 2015


    Date: Tuesday, December 15, 2015 @ 07:26:51
  Author: fyan
Revision: 153348

upgpkg: python-flaky 3.0.0.20151215-1

Modified:
  python-flaky/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-15 06:03:31 UTC (rev 153347)
+++ PKGBUILD	2015-12-15 06:26:51 UTC (rev 153348)
@@ -4,7 +4,8 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=2.4.1
+pkgver=3.0.0.20151215
+_commit=ac5604f3a4dcd0e97edc443ceaf73843663b0e4c
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -13,7 +14,7 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'git')
 checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
               'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("git+https://github.com/box/flaky.git#tag=v$pkgver")
+source=("git+https://github.com/box/flaky.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list