Date: Thursday, February 27, 2020 @ 15:03:31 Author: felixonmars Revision: 584217
upgpkg: python-vcrpy 4.0.0-1 Modified: python-vcrpy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-27 15:03:26 UTC (rev 584216) +++ PKGBUILD 2020-02-27 15:03:31 UTC (rev 584217) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-vcrpy -pkgver=3.0.0 +pkgver=4.0.0 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=('13459ab66eb32a996cabd46ca3c5550df8ffb81e521bb92fc1576705dfe9ab41d512416ee6116ab899342f7943fadb02f4f741032f70ca6a638d779efab70f0d') +sha512sums=('ec408c1af6810ea04a348d9686f7eb41e128fcc92b7405a253301ed00ac9fead97f4ae40548853958f0231c76721e82c4ad6ac7c0ee3363f5e371a9a57fb79ac') build() { cd vcrpy-$pkgver
