Date: Wednesday, November 18, 2020 @ 22:30:54 Author: felixonmars Revision: 757262
upgpkg: python-hypothesis 5.41.3-1 Modified: python-hypothesis/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-18 21:51:18 UTC (rev 757261) +++ PKGBUILD 2020-11-18 22:30:54 UTC (rev 757262) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-hypothesis -pkgver=5.41.2 -pkgrel=4 +pkgver=5.41.3 +pkgrel=1 pkgdesc="Advanced Quickcheck style testing library for Python" arch=('any') license=('MPL') @@ -20,7 +20,7 @@ 'python-pytest-xdist' 'python-lark-parser' 'python-pexpect' 'python-coverage' 'python-typing_extensions' 'python-black' 'python-fakeredis') source=("$pkgname-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz") -sha512sums=('712a6b3a007e4b354e9ed2137b7dd53652abbbf0b324467ce540ca886fb956eae5d00f83cbc1c9b1799a4a3abc64f4d26d9aed85d5fb689e904e1125b87b88eb') +sha512sums=('974dee6040222fa55729257cea4e3c4c049625a2a5dfddbc12667dbd58dfe31718474ce8e9de81519e998c7a0c8ff01920e0aa2bca9fb7100754e985177f4b69') prepare() { mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
