Date: Thursday, June 4, 2015 @ 12:15:38 Author: fyan Revision: 134754
upgpkg: python2-netlib 0.12.1-1 upstream new release Modified: python2-netlib/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-04 10:10:43 UTC (rev 134753) +++ PKGBUILD 2015-06-04 10:15:38 UTC (rev 134754) @@ -3,17 +3,17 @@ # Contributor: Nicolas Pouillard https://nicolaspouillard.fr pkgname=python2-netlib -pkgver=0.12.0 +pkgver=0.12.1 pkgrel=1 pkgdesc="A collection of network utilities used by pathod and mitmproxy" url="https://github.com/mitmproxy/netlib" license=('MIT') -arch=('any') -depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl') +arch=('i686' 'x86_64') +depends=('python2-passlib' 'python2-pyasn1' 'python2-pyopenssl' 'python2-hpack') makedepends=('python2-setuptools') checkdepends=('python2-nose' 'python2-mock' 'pathod') source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz") -sha256sums=('2b53b9dd611a80ba65eb5eb11bb70dfec4912e5b38fa84e30756249241012480') +sha256sums=('090ccaa44f4369f0aa98a831e021277bcd45fdf7d7f00af282073cc7343ce79b') build() { cd "$srcdir/netlib-$pkgver"
