Date: Friday, March 13, 2020 @ 14:14:40 Author: felixonmars Revision: 596004
upgpkg: python-hypothesis 5.4.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-13 14:14:32 UTC (rev 596003) +++ PKGBUILD 2020-03-13 14:14:40 UTC (rev 596004) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-hypothesis -pkgver=5.3.1 +pkgver=5.4.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=('362ea4877dacd91c35f4e7ba60cf9ab9db8bca3c78b4ae38a7cebf314055d548fc8f9590836aaee3b38f573056d02deb2926f7963d31030a0ec31f9da684a113') +sha512sums=('9b168f11f9d7e720691ce3fdbff8f97d3fdfff86bdc9ab2683e58ff31dece36d57b468693fcf3b1b7e6cfc16022dd733eacabbf5bd08042ac8cca6c45050c129') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver