summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2023-05-05 09:52:24 +0100
committerTristan Hill2023-05-05 09:52:24 +0100
commitb2a977cab16bbe5644bc8eae0107b17a18ffe962 (patch)
treec34708dc58ee2d6bd3cc5e7cf68a7bc53c4cf1f9
parent67f2b82506b7c08f85878259b6e34f45f707c7ef (diff)
downloadaur-b2a977cab16bbe5644bc8eae0107b17a18ffe962.tar.gz
bump for python 3.11
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3131fb412d16..f8721b29547a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
pkgver = 0.7.6
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://github.com/romis2012/httpx-socks
arch = any
@@ -14,6 +14,6 @@ pkgbase = python-httpx-socks
optdepends = python-trio
optdepends = python-curio
source = httpx-socks-0.7.6.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.6.tar.gz
- sha256sums = 8e9ecd38a842bbed9658caf93c6ac702544c5bda51fd31568b2774d41b81391d
+ sha256sums = e50f312f455fceda9da2d381c6977b0cc818c8219e27b84ceea05b2fafaed608
pkgname = python-httpx-socks
diff --git a/PKGBUILD b/PKGBUILD
index 2b59ef5e6c61..74c5194035c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ _pkgname=httpx-socks
pkgname=python-$_pkgname
epoch=1
pkgver=0.7.6
-pkgrel=1
+pkgrel=2
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
url="https://github.com/romis2012/$_pkgname"