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}"