Date: Friday, August 9, 2019 @ 08:26:29 Author: felixonmars Revision: 498397
upgpkg: python-vcrpy 2.1.0-1 Modified: python-vcrpy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-09 08:25:49 UTC (rev 498396) +++ PKGBUILD 2019-08-09 08:26:29 UTC (rev 498397) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-vcrpy -pkgver=2.0.1 -pkgrel=2 +pkgver=2.1.0 +pkgrel=1 pkgdesc='Automatically mock your HTTP interactions to simplify and speed up testing' arch=('any') license=('MIT') @@ -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=('cfecb75779c72923a13f22d90f49f6ed35850d46c0524852c05c7dea789513b78a657558ae1481df98a2ead24e164153018b392fa76546e42099240d81421fa8') +sha512sums=('b7cd12dcc64fa7ebdfe10e72c51005bdcd5418e4cecbf05f07929bed758be544ab0e1003351eaae94c2d3a10fee8ec7dfc3b2c86775066de1fd5d3604b58ba28') build() { cd vcrpy-$pkgver
