Date: Monday, December 29, 2014 @ 05:01:48 Author: fyan Revision: 124808
upgpkg: python2-netlib 0.11.2-1 upstream new release Modified: python2-netlib/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-12-29 04:01:34 UTC (rev 124807) +++ PKGBUILD 2014-12-29 04:01:48 UTC (rev 124808) @@ -3,8 +3,8 @@ # Contributor: Nicolas Pouillard https://nicolaspouillard.fr pkgname=python2-netlib -pkgver=0.11.1 -pkgrel=2 +pkgver=0.11.2 +pkgrel=1 pkgdesc="A collection of network utilities used by pathod and mitmproxy" url="https://github.com/mitmproxy/netlib" license=('MIT') @@ -12,7 +12,7 @@ depends=("python2-passlib" 'python2-pyasn1' 'python2-pyopenssl') checkdepends=('python2-nose' 'python2-mock' 'pathod') source=("http://pypi.python.org/packages/source/n/netlib/netlib-$pkgver.tar.gz") -sha256sums=('5d752d93863cbccd8bb8d7990b62903e803490fa2de12c4fb79e028e20a7d309') +sha256sums=('66dac408eccb528b284e6a6fa5bc52aa40d1c2a53d74179d3cb2253b3120851e') build() { cd "$srcdir/netlib-$pkgver"
