From db137ec04c6762d0f22d6cdb7f4debdcdfdd730a Mon Sep 17 00:00:00 2001 From: Alexey Pavlov Date: Wed, 7 Aug 2019 15:43:30 +0300 Subject: [PATCH] python-flaky: Update to 3.6.1 --- mingw-w64-python-flaky/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-python-flaky/PKGBUILD b/mingw-w64-python-flaky/PKGBUILD index f387a9558e..b1a7d36f3e 100644 --- a/mingw-w64-python-flaky/PKGBUILD +++ b/mingw-w64-python-flaky/PKGBUILD @@ -3,7 +3,7 @@ _realname=flaky pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=3.6.0 +pkgver=3.6.1 pkgrel=1 pkgdesc="Plugin for nose or py.test that automatically reruns flaky tests (mingw-w64)" arch=('any') @@ -15,7 +15,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2" "${MINGW_PACKAGE_PREFIX}-python3-setuptools") options=('staticlibs' 'strip' '!debug') source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/box/flaky/archive/v${pkgver}.tar.gz") -sha256sums=('ccb2942a6b018803a0c13e753165513baedab8d7da42d1927609be7a5df286cf') +sha256sums=('9a3dd0f33dc38c9aec1e82f16777857788ef595636004609b1bdcc14f497d1e7') prepare() { cd "${srcdir}"