Date: Tuesday, March 2, 2021 @ 10:43:39 Author: felixonmars Revision: 877185
upgpkg: python-pytest-httpx 0.11.0-1 Modified: python-pytest-httpx/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-02 10:43:34 UTC (rev 877184) +++ PKGBUILD 2021-03-02 10:43:39 UTC (rev 877185) @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pytest-httpx -pkgver=0.10.1 +pkgver=0.11.0 pkgrel=1 pkgdesc='Send responses to httpx' arch=('any') @@ -10,7 +10,7 @@ depends=('python-httpx' 'python-pytest') checkdepends=('python-pytest-asyncio') source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('f306e57408924b653d3ab4dd28f266b066f202b98440b31769940bdab0be98d5c48817e22d68e2dcdf82426e26334242591d0ae630aa71812f81dd7866b81e0f') +sha512sums=('eb798d31c710ab50d3176c569aba8ae2131a17f415fe87830fc71aa941d638bdbda4296032a07fce98d9a43a57f250cea380f8c409660eb1f13862094b6fcbb6') build() { cd pytest_httpx-$pkgver
