[arch-commits] Commit in python-h2/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Tue Dec 21 17:53:00 UTC 2021
Date: Tuesday, December 21, 2021 @ 17:53:00
Author: felixonmars
Revision: 1081780
upgpkg: python-h2 4.1.0-1
Modified:
python-h2/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-21 17:52:56 UTC (rev 1081779)
+++ PKGBUILD 2021-12-21 17:53:00 UTC (rev 1081780)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-h2
-pkgver=4.0.0
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
pkgdesc="HTTP/2 State-Machine based protocol implementation"
arch=('any')
license=('MIT')
@@ -10,16 +10,9 @@
depends=('python-hpack' 'python-hyperframe')
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner' 'python-hypothesis')
-source=("https://github.com/python-hyper/h2/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
- '0646279dab694a89562846c810202ce2c0b49be3.patch::https://github.com/python-hyper/h2/commit/0646279dab694a89562846c810202ce2c0b49be3.patch')
-sha512sums=('ae145421549ecd29845b100e3895f1088598142824d82cf0b59293b0f647939e4acd0ff809187cabd67a3a524a0337cc925a3f17624c86767bd87a2d18a59b2b'
- 'c92a5577338b6ef355a203a2a74ba3d6b997458a179fa7d12eaf4a0f89fe430a2c90a586791afd0c1563d94352586d59aacfb34926c67e5ec7d2236b2c0fcff2')
+source=("https://github.com/python-hyper/h2/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('4e9cf88b3ae702a8a42bded775ad337809787fe8172d501c230d55abbf1edd764acf3b227f2e58756d882499661ffcf6bbdd4812a4d938c04fac3f1aa2390b28')
-prepare() {
- cd h2-$pkgver
- patch -p1 <"$srcdir"/0646279dab694a89562846c810202ce2c0b49be3.patch
-}
-
build() {
cd h2-$pkgver
python setup.py build
More information about the arch-commits
mailing list