git » python-pytest.git » commit 85d1e71

upgpkg: 3.4.1-1

author Felix Yan
2018-02-22 06:26:29 UTC
committer Felix Yan
2018-02-22 06:26:29 UTC
parent c98d0952e09eb03e6b92e43580012c8cce42167d

upgpkg: 3.4.1-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 203865b..7f70436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.4.0
+pkgver=3.4.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=('a0c6770915efc19fa1190e49219115af0b42aea0320309ba723fee0ebf020b91d1af809b71ecd0c489f45cfca5fabe97d344c1be52dc567f75e4306a8bd77606')
+sha512sums=('b1b9f46582e1838882133c2db21426f6066c78759b31f50f0c741fbbe8a8815028d13978dd25230d19dca29dd964722b8e400228aff7b08f3fffdcd01639b6df')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}