Date: Thursday, February 7, 2019 @ 11:40:42 Author: felixonmars Revision: 429847
upgpkg: python-pytest-mock 1.10.1-1 Modified: python-pytest-mock/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-07 11:39:00 UTC (rev 429846) +++ PKGBUILD 2019-02-07 11:40:42 UTC (rev 429847) @@ -2,8 +2,8 @@ pkgbase=python-pytest-mock pkgname=('python-pytest-mock' 'python2-pytest-mock') -pkgver=1.10.0 -pkgrel=2 +pkgver=1.10.1 +pkgrel=1 pkgdesc="Thin-wrapper around the mock package for easier use with py.test" arch=('any') license=('LGPL3') @@ -11,7 +11,7 @@ makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'python-setuptools-scm' 'python2-setuptools-scm') source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/v$pkgver.tar.gz") -sha512sums=('bae9813cde3840eb783de98bc097b40276f2127907fd470a7242cb830a0c4a67ead9b6751471b76b5fd52e11e812501c65727dd1bfda0e0f829bf96c8a13550a') +sha512sums=('f6adedb5e94662b2710cdfd3be5af3884e0167eb07f2f218ffc2b1ea079804ce476e50b373a3db6179028c27c29949bf459dc8fecc562df60bf4313477143e3f') prepare() { cp -a pytest-mock-$pkgver{,-py2}