author | Felix Yan
<felixonmars@archlinux.org> 2014-09-25 07:33:25 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2014-09-25 07:33:25 UTC |
parent | 6f26f726af6949aac6d5343d1aec0653cfee6183 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index b81867b..dc1fce3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Felix Yan <felixonmars@gmail.com> +# Maintainer: Felix Yan <felixonmars@archlinux.org> # Contributor: Felix Kaiser <felix.kaiser@fxkr.net> pkgbase=python-pytest pkgname=('python-pytest' 'python2-pytest') -pkgver=2.6.2 +pkgver=2.6.3 pkgrel=1 pkgdesc="Simple powerful testing with Python" arch=('any') @@ -12,7 +12,7 @@ url="http://pytest.org/" makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py') checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-twisted' 'python2-twisted' 'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python-pexpect' 'python2-pexpect') source=("http://pypi.python.org/packages/source/p/pytest/pytest-$pkgver.tar.gz") -sha512sums=('cfe62ea2ddb05f7295028e5527b146eef8561132afdca526df8c5eb5ddf37b096aee38f4015fcfdecb47b62ce9873d006cb075d3087a74b3544d2d496f730bd7') +sha512sums=('44fe4c7af804530160a1827b837d35be9492eebb6a382391c820568f492ce7ca50837a47e92873b014ee1655d83a8cb270e0c4149e683efedc25135791733c7a') prepare() { cp -a pytest-${pkgver}{,-py2}