git » python-pytest.git » commit 0fee8d6

upgpkg: 2.6.4-1

author Felix Yan
2014-10-25 12:19:42 UTC
committer Felix Yan
2014-10-25 12:19:42 UTC
parent 72121efa77f5c78604b5067f805309fc3a61c583

upgpkg: 2.6.4-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index dc1fce3..b9c4e58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.6.3
+pkgver=2.6.4
 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=('44fe4c7af804530160a1827b837d35be9492eebb6a382391c820568f492ce7ca50837a47e92873b014ee1655d83a8cb270e0c4149e683efedc25135791733c7a')
+sha512sums=('b17f79b0f3c0f6051bedb0d7acadc5d569b3b90b2fce2eddda06a21b654f6077f934aaa9617152d6b2f8babb95c37494f18e050841af601f7f37de25c15b32fd')
 
 prepare() {
   cp -a pytest-${pkgver}{,-py2}