git » python-pytest.git » commit 6f48f71

upgpkg: 3.7.4-1

author Felix Yan
2018-08-30 16:09:39 UTC
committer Felix Yan
2018-08-30 16:09:39 UTC
parent dfde01528d51a51666715fbf0990b7020b0de677

upgpkg: 3.7.4-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index c3e8e66..d226921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=3.7.3
+pkgver=3.7.4
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
@@ -18,7 +18,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=('c4542ead303314dab3f6424a34ae19114e98e968017229697731b7f3d5dced509f58804aa8b8d726eb76435275515600a4f1a943f10d57da142b004618002987')
+sha512sums=('0ad3e17b581e8fdb6adcdba9c3c025a364c15ad0dab3e9ea1a7a3f241493bd893efc04a51bd9a2bc8a32a884eabd44c611dd47e912174a834a627505d6e70746')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}