We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc4137 commit 3705f9aCopy full SHA for 3705f9a
1 file changed
archlinuxcn/python-urllib3-future/PKGBUILD
@@ -2,8 +2,8 @@
2
3
pkgname=python-urllib3-future
4
_pkgname="${pkgname/python-/}"
5
-pkgver=2.19.909
6
-pkgrel=2
+pkgver=2.19.910
+pkgrel=1
7
pkgdesc='Inplace replacement for urllib3 capable of async with automatic HTTP/1, HTTP/2 and HTTP/3 transport.'
8
arch=('any')
9
url='https://github.com/jawah/urllib3.future'
@@ -27,7 +27,7 @@ makedepends=(
27
)
28
options=(!debug)
29
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
30
-sha256sums=('d6decaf68934d0b327f1dc04715a510c9e5c471f44ed74e78a5586b712928b45')
+sha256sums=('09dbecb29c23a7e795d467b41f4a7b497be611c946f2189467285d0c60ebfc48')
31
32
build() {
33
cd "${_pkgname/-/.}-${pkgver}"
0 commit comments