Date: Wednesday, March 11, 2020 @ 16:51:02 Author: felixonmars Revision: 594411
upgpkg: python-hypothesis 5.2.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-11 16:50:55 UTC (rev 594410) +++ PKGBUILD 2020-03-11 16:51:02 UTC (rev 594411) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.1.6 +pkgver=5.2.0 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -19,7 +19,7 @@ 'python-flaky' 'python-django' 'python-mock' 'python-pandas' 'python-dpcontracts' 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('e9049506a7da1df40dfad5bef5f270116047f3633ff27bbbd83ebf5f93b89010446c8ccd12100b033dcbf2743f0c17aabcbaf1774aeba0efc1e7483d58eaba81') +sha512sums=('0f6da6136e4ec8421bde44cda422ae1a62cb13dd261c9c93b0f8a79b17015b8df5d580d8191f3abf01f6efe5ef96b9a7766f900d6cff5e638aebe8a5f47ae492') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
