Date: Monday, November 7, 2016 @ 16:19:26 Author: arojas Revision: 194903
Update to 2.5.2 Modified: python-txaio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-07 16:16:10 UTC (rev 194902) +++ PKGBUILD 2016-11-07 16:19:26 UTC (rev 194903) @@ -3,7 +3,7 @@ pkgbase=python-txaio pkgname=(python-txaio python2-txaio) -pkgver=2.5.1 +pkgver=2.5.2 pkgrel=1 pkgdesc='Utilities to support code that runs unmodified on Twisted and asyncio' arch=(any) @@ -11,7 +11,7 @@ license=(MIT) makedepends=(python-setuptools python2-setuptools python-twisted python2-twisted) source=(https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz) -sha1sums=('9875868632db4d7c2890e9f7afa7106b878dc96e') +sha1sums=('65813586147b24985e9e4138d689d6789e619df8') prepare() { cp -a txaio-$pkgver{,-py2}
