Date: Tuesday, July 19, 2022 @ 20:41:32 Author: arojas Revision: 1254734
upgpkg: python-pytest-aiohttp 1.0.4-1: Update to 1.0.4 Modified: python-pytest-aiohttp/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-19 20:37:40 UTC (rev 1254733) +++ PKGBUILD 2022-07-19 20:41:32 UTC (rev 1254734) @@ -2,17 +2,18 @@ _pkgname=pytest-aiohttp pkgname=python-pytest-aiohttp -pkgver=0.3.0 -pkgrel=8 +pkgver=1.0.4 +pkgrel=1 pkgdesc='pytest plugin for aiohttp support' url='https://github.com/aio-libs/pytest-aiohttp' arch=('any') license=('Apache') depends=('python' 'python-pytest' 'python-aiohttp' 'python-py') -makedepends=('python-setuptools') -source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz) -sha256sums=('3fd27fa5dea3251e310cadc8848d179ea1fc487ac5aa0ce2d0aa911864e8f221') -sha512sums=('85d0eea72de85269ee64af99c26b195fd135d75ae809a97f120784600d7cbe15d2e32b0285602a68d4800e1099a17725b54b8f53657962847ec1cd5ef2ff4b69') +makedepends=('python-setuptools-scm') +#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v${pkgver}.tar.gz) +source=(https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz) +sha256sums=('39ff3a0d15484c01d1436cbedad575c6eafbf0f57cdf76fb94994c97b5b8c5a4') +sha512sums=('baf87e3aa229e8a4ab6746d277a923436ad2e0625825581c94a2fb0a9bbcd309bfc55186f8866589b65a75ccfd7d5b494d71554359724c0b2c9541ea94a177d8') build() { cd ${_pkgname}-${pkgver}