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

Felix Yan fyan at archlinux.org
Fri Feb 12 03:03:35 UTC 2016


    Date: Friday, February 12, 2016 @ 04:03:35
  Author: fyan
Revision: 161337

upgpkg: python-flaky 3.1.0-1

Modified:
  python-flaky/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-12 03:00:03 UTC (rev 161336)
+++ PKGBUILD	2016-02-12 03:03:35 UTC (rev 161337)
@@ -4,8 +4,7 @@
 pkgbase=python-flaky
 pkgname=('python-flaky' 'python2-flaky')
 _pypiname=flaky
-pkgver=3.0.3
-_commit=7acd408e3727bc5bdedf4ac4341ffea5ee15deac
+pkgver=3.1.0
 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