Date: Tuesday, July 25, 2017 @ 07:53:32 Author: felixonmars Revision: 246308
upgpkg: python-h2 3.0.1-1 Modified: python-h2/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-07-25 07:45:45 UTC (rev 246307) +++ PKGBUILD 2017-07-25 07:53:32 UTC (rev 246308) @@ -3,7 +3,7 @@ pkgbase=python-h2 pkgname=('python-h2' 'python2-h2') -pkgver=2.6.1 +pkgver=3.0.1 pkgrel=1 pkgdesc="HTTP/2 State-Machine based protocol implementation" arch=('any') @@ -10,11 +10,11 @@ license=('MIT') url="http://hyper.rtfd.org" makedepends=('python-setuptools' 'python2-setuptools' 'python-hpack' 'python2-hpack' - 'python-hyperframe' 'python2-hyperframe' 'python2-enum34' 'git') + 'python-hyperframe' 'python2-hyperframe' 'python2-enum34') checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-hypothesis' 'python2-hypothesis') source=("$pkgbase-$pkgver.tar.gz::https://github.com/python-hyper/hyper-h2/archive/v$pkgver.tar.gz") -sha512sums=('88bff9e893b04cff52bf7ce850718a3e690206834d77a81f692a9f361ef24b9833cec5fe12650a50744eef8e3450930fb12f1b119fe1b39de9e06ef15df6a2c5') +sha512sums=('5d98b4fb654c20f6b9e6918bb71b88a42a3027bae795f31c32c2b5cc4428774457c44a194f9c819f99b9cfd01753a6e6d8edb6c162020ff463602452d8e9057c') prepare() { cp -a hyper-h2-$pkgver{,-py2}