git » python-pytest.git » commit df57010

upgpkg: 3.3.1-1

author Felix Yan
2017-12-06 02:43:07 UTC
committer Felix Yan
2017-12-06 02:43:07 UTC
parent 97ca8c3702b5f8eb1689058c8c79ef957696bd17

upgpkg: 3.3.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index cff679b..8c54683 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -16,7 +16,7 @@ checkdepends=('lsof' 'python-nose' 'python2-nose' 'python-mock' 'python2-mock' '
               'python2-pytest-xdist' 'python-twisted' 'python2-twisted' 'python-requests'
               'python2-requests' 'python-hypothesis' 'python2-hypothesis')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest/archive/$pkgver.tar.gz")
-sha512sums=('ad309fbca6721eb17bafd08bb65d003e3f8941ddd9243d76fa6053d3e3c143c75590ec23eb94368140c4110b54eadede1dc08ed20b009c3bf770a190cd88ecba')
+sha512sums=('8f06dc4486db1ea87633302c3b63d4f44a000716fdea49425a4dd960fe8b5081b338bd92d4877d748beaed979864693e54f2f02b0e508cd9c4beda71ec5c61a7')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}