git » python-pytest.git » commit 538cc53

upgpkg: 4.4.2-1

author Felix Yan
2019-05-09 06:20:30 UTC
committer Felix Yan
2019-05-09 06:20:30 UTC
parent 184bf2fd1cd1ce5df24721617014a60b31b08c08

upgpkg: 4.4.2-1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index d3da4fb..246997b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=4.4.1
+pkgver=4.4.2
 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=('f5b9ea8490265ba7fb0892a96d5496e0aa97074d787198f63ce2baa0ce12056faaba8a4f4ff14a374022549ceca2ae737498b8772345dffa6278ccfccc1cf1ed')
+sha512sums=('cef0a89c54e0851be4434d8891971c88433555588f96eca4c1f833644b43a326435425f2b10a19b260591db35455ab9100a15cb5a128451fde9e60e4629c49f1')
 
 prepare() {
   cp -a pytest-$pkgver{,-py2}