git » python-pytest.git » commit 6f26f72

upgpkg: 2.6.2-1

author Felix Yan
2014-09-05 12:47:24 UTC
committer Felix Yan
2014-09-05 12:47:24 UTC
parent b7a127a6c66a4ba42319c07d1827a1dc5d1932a1

upgpkg: 2.6.2-1

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index e784998..b81867b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -12,10 +12,10 @@ 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=('1bfbe27491800943484616a37cfe0f2f8677e3b2a25aee19f842bdf66a9c0205af8c2aecaeb50823970ab9f7042b1bb9115e3c4d689fe568a17a062c50ead829')
+sha512sums=('cfe62ea2ddb05f7295028e5527b146eef8561132afdca526df8c5eb5ddf37b096aee38f4015fcfdecb47b62ce9873d006cb075d3087a74b3544d2d496f730bd7')
 
 prepare() {
-  cp -r pytest-${pkgver}{,-py2}
+  cp -a pytest-${pkgver}{,-py2}
 }
 
 build() {