Date: Wednesday, February 14, 2018 @ 14:05:43 Author: svenstaro Revision: 294325
upgpkg: python-aiohttp 2.3.10-2 Modified: python-aiohttp/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-14 14:05:15 UTC (rev 294324) +++ PKGBUILD 2018-02-14 14:05:43 UTC (rev 294325) @@ -4,14 +4,14 @@ _pkgname=aiohttp pkgname=python-aiohttp pkgver=2.3.10 -pkgrel=1 +pkgrel=2 pkgdesc='HTTP client/server for asyncio' url='https://aiohttp.readthedocs.io' arch=('x86_64') license=('Apache') -depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 'python-async-timeout' 'python-yarl') +depends=('python>=3.4.2' 'python-chardet' 'python-multidict' 'python-async-timeout' 'python-yarl' 'python-idna_ssl') makedepends=('cython' 'python-setuptools') -checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock' 'python-idna_ssl') +checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz) sha256sums=('ca3c15aa2c178599393919c27dbada24860e075d501257db54d6547ecf34bac8') sha512sums=('d705dd596aaf1630707d4f81e8615314e34ab473c529d064f58a7bff0810908ff3f7e7b64112f14288bfb55efce4ef2495b8a01b4e3b4b3a8e94f066a3d2cc47')
