[arch-commits] Commit in python-h2/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 8 08:25:11 UTC 2017


    Date: Wednesday, February 8, 2017 @ 08:25:10
  Author: felixonmars
Revision: 211167

upgpkg: python-h2 2.5.2-1

Modified:
  python-h2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-08 08:19:13 UTC (rev 211166)
+++ PKGBUILD	2017-02-08 08:25:10 UTC (rev 211167)
@@ -3,7 +3,7 @@
 
 pkgbase=python-h2
 pkgname=('python-h2' 'python2-h2')
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="HTTP/2 State-Machine based protocol implementation"
 arch=('any')
@@ -32,10 +32,10 @@
 
 check() {
   cd "$srcdir"/hyper-h2
-  python setup.py ptr
+  python setup.py pytest
 
   cd "$srcdir"/hyper-h2-py2
-  python2 setup.py ptr
+  python2 setup.py pytest
 }
 
 package_python-h2() {



More information about the arch-commits mailing list