Date: Monday, November 21, 2022 @ 05:23:24 Author: yan12125 Revision: 1350106
upgpkg: python-httpcore 0.16.1-1; list myself as the maintainer Modified: python-httpcore/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-21 05:22:38 UTC (rev 1350105) +++ PKGBUILD 2022-11-21 05:23:24 UTC (rev 1350106) @@ -1,9 +1,10 @@ -# Maintainer: Eli Schwartz <[email protected]> +# Maintainer: Chih-Hsuan Yen <[email protected]> +# Contributor: Eli Schwartz <[email protected]> _pkgname=httpcore pkgname=python-httpcore # https://github.com/encode/httpcore/blob/master/CHANGELOG.md -pkgver=0.16.0 +pkgver=0.16.1 pkgrel=1 pkgdesc="A minimal HTTP client" arch=('any') @@ -18,7 +19,7 @@ makedepends=('python-setuptools' 'python-h2') checkdepends=('python-pytest-httpbin' 'python-pytest-trio' 'python-socksio') source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") -sha512sums=('28b6ba9f167f87ba8dadd3187248407c61c9770e27a1a281b6a0eb25e0a8966b3aa80587f00c8d92cdda44ffbe6f4af19adcecaa775ef59fa23492fa35be5323') +sha512sums=('a160a02b6c33cdedc1cea6b72cca7e8742ac97333b6d1a3931711f10e397d5e0ba03b2c191e0a7700a1ecd667cbcac4246ef29450da8472ebcc7f19602d8b39d') prepare() { cd ${_pkgname}-${pkgver}
