Date: Saturday, July 18, 2020 @ 15:37:13 Author: felixonmars Revision: 664431
upgpkg: python-hypothesis 5.20.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-18 15:20:19 UTC (rev 664430) +++ PKGBUILD 2020-07-18 15:37:13 UTC (rev 664431) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.19.3 +pkgver=5.20.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -20,7 +20,7 @@ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage' 'python-typing_extensions') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('530525a7d88ec474105265d87c4bda1a4fbb44ca5ad1881c35841953c79c1b0bdf321a1c65a311fe6a0874e0a82c9bb7700be57069eacf865cc5f9a65602330f') +sha512sums=('4ceb89fe028609e3393d6a12e060c6a4d786b61528adde8b5adfd74047870894823e3ee113f2283c7711292f71f92aba7724108277c3a61ffaab725b2acdfc19') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
