Date: Saturday, February 29, 2020 @ 07:38:03 Author: felixonmars Revision: 586768
upgpkg: python-vcrpy 4.0.1-1 Modified: python-vcrpy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-29 07:37:27 UTC (rev 586767) +++ PKGBUILD 2020-02-29 07:38:03 UTC (rev 586768) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-vcrpy -pkgver=4.0.0 +pkgver=4.0.1 pkgrel=1 pkgdesc='Automatically mock your HTTP interactions to simplify and speed up testing' arch=('any') @@ -11,7 +11,7 @@ makedepends=('python-setuptools') checkdepends=('python-pytest-runner' 'python-pytest-httpbin' 'python-mock') source=("$pkgname-$pkgver.tar.gz::https://github.com/kevin1024/vcrpy/archive/v$pkgver.tar.gz") -sha512sums=('ec408c1af6810ea04a348d9686f7eb41e128fcc92b7405a253301ed00ac9fead97f4ae40548853958f0231c76721e82c4ad6ac7c0ee3363f5e371a9a57fb79ac') +sha512sums=('64ae876c42c8fa74095bc969b0e2d33efa423187ad3d737563fe386d4cf343cbd21ae62a243ba4c356e738b8de79aeae8b89851966681b1e346ef800292a0de2') build() { cd vcrpy-$pkgver
