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

Felix Yan fyan at archlinux.org
Tue Dec 22 01:52:46 UTC 2015


    Date: Tuesday, December 22, 2015 @ 02:52:46
  Author: fyan
Revision: 154072

upgpkg: python-flaky 3.0.2-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-21 23:17:13 UTC (rev 154071)
+++ PKGBUILD	2015-12-22 01:52:46 UTC (rev 154072)
@@ -4,8 +4,7 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=3.0.1
-_commit=990e89410b197bc093f8ebf0635c6d1d30fd5f80
+pkgver=3.0.2
 pkgrel=1
 pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
 arch=('any')
@@ -14,7 +13,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#commit=$_commit")
+source=("git+https://github.com/box/flaky.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list