Date: Thursday, May 20, 2021 @ 22:55:43 Author: felixonmars Revision: 939630
upgpkg: python-hypothesis 6.13.1-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-05-20 22:55:17 UTC (rev 939629) +++ PKGBUILD 2021-05-20 22:55:43 UTC (rev 939630) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-hypothesis -pkgver=6.13.0 +pkgver=6.13.1 pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') @@ -21,7 +21,7 @@ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage' 'python-typing_extensions' 'python-black' 'python-fakeredis' 'python-libcst') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('66fd6e7842b7b257c92cf756db4cf97bfb64006c89e3e58cda154ebe9345302f0264297df8d9de0685033a0f4e43909d65e76495689a8ded9968ecda586b668c') +sha512sums=('18901ef370e466730abbc081374639375712402ff86734934ba94732c61f68f388a549161f4b3fc0ea32decc12c2d5ea03ed337df24570777bc6baaff086a484') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver