Date: Tuesday, June 23, 2020 @ 18:24:08 Author: felixonmars Revision: 651386
upgpkg: python-hypothesis 5.18.0-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-23 18:14:34 UTC (rev 651385) +++ PKGBUILD 2020-06-23 18:24:08 UTC (rev 651386) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.17.0 +pkgver=5.18.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=('904f0c913cc962b0892516406536d105e4e2988a39e08e8fe99ecd5c05cab107fffd583f914d4c9cc19ce99160187d08b120f4836fa32e0ed56c1b8040bfac82') +sha512sums=('b1a1f37f1f58a6401a31f32ef0e7de452b8a8bd71fe5aeb72eeac197a23b78c3ff17b61f7940e2a2a755f7f008f0ea3df5b0f2ad5e4c0d2d316bf13dbd7cbdaf') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
