summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ada6ca2cc93..213f4536e44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
_pkgname=httpx-socks
pkgname=python-$_pkgname
epoch=1
-pkgver=0.7.4
+pkgver=0.7.5
pkgrel=1
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
depends=( 'python-python-socks' 'python-httpcore' 'python-httpx')
optdepends=('python-async-timeout' 'python-trio' 'python-curio')
source=("$_pkgname-$pkgver.tgz::https://github.com/romis2012/$_pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('721c0c85c9ab95351f140fb68b63f42589a31f060fc150472554955c491d24d0')
+sha256sums=('8e9ecd38a842bbed9658caf93c6ac702544c5bda51fd31568b2774d41b81391d')
build() {
cd "$_pkgname-$pkgver"