Date: Thursday, May 10, 2018 @ 15:56:23 Author: anthraxx Revision: 320423
upgpkg: python-aiohttp 3.2.1-1 Modified: python-aiohttp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-10 15:54:01 UTC (rev 320422) +++ PKGBUILD 2018-05-10 15:56:23 UTC (rev 320423) @@ -3,7 +3,7 @@ _pkgname=aiohttp pkgname=python-aiohttp -pkgver=3.2.0 +pkgver=3.2.1 pkgrel=1 pkgdesc='HTTP client/server for asyncio' url='https://aiohttp.readthedocs.io' @@ -13,8 +13,8 @@ makedepends=('cython' 'python-setuptools') checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 'python-async_generator') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz) -sha256sums=('3e3443cd699b0b9e1f804d641ac472c7619f238a5fd1d735e6e0f9c8a6ecaad7') -sha512sums=('4e649feeb6c39101a0462b5722ca705c5db4906dee91ead6d01202ecc7591195412048978ef2339d50e6ac213f9a80fc91b67078e2ceba32cd8b35773d56c12c') +sha256sums=('6cf1c7fd052bc92e0be940e5b2e877a202d2d0fdf36cbf2aa3ef3c92f4e2327a') +sha512sums=('c56bbcd09bcb56cea1ee2977a7550a0dcde1a18e58e50340978e8882a483350f092b06314611e62e90964a357252debddaf031af427910f318efa31720f3dc33') build() { cd ${_pkgname}-${pkgver}
