Date: Wednesday, February 4, 2015 @ 04:45:18 Author: fyan Revision: 127067
upgpkg: python-httpretty 0.8.4-1 Modified: python-httpretty/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-02-04 03:41:37 UTC (rev 127066) +++ PKGBUILD 2015-02-04 03:45:18 UTC (rev 127067) @@ -1,9 +1,9 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> pkgbase=python-httpretty pkgname=("python-httpretty" "python2-httpretty") -pkgver=0.8.3 +pkgver=0.8.4 pkgrel=1 pkgdesc="HTTP client mock for Python" arch=('any') @@ -14,7 +14,7 @@ 'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 'python-requests' 'python2-requests' 'python-httplib2' 'python2-httplib2') source=("https://pypi.python.org/packages/source/h/httpretty/httpretty-$pkgver.tar.gz") -md5sums=('50b02560a49fe928c90c53a49791f621') +md5sums=('8bd2bfce2ff4c464ef25951e1b500469') prepare() { cp -r "httpretty-$pkgver"{,-py2}
