summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTristan Hill2023-01-23 09:19:48 +0000
committerTristan Hill2023-01-23 09:19:48 +0000
commitd6d88a49de4819aac992eb9eda87dd893cb1032f (patch)
treea3824e06d1652985edbbfd0a61feea86a7e4e09a
parent7a4b3b07bf2e7d0878c9aba9238a7f972d6e9dd6 (diff)
downloadaur-d6d88a49de4819aac992eb9eda87dd893cb1032f.tar.gz
new release
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b133c905fedc..8becc3c2149c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
- pkgver = 0.7.4
+ pkgver = 0.7.5
pkgrel = 1
epoch = 1
- url = https://pypi.org/project/httpx-socks
+ url = https://github.com/romis2012/httpx-socks
arch = any
license = Apache
makedepends = python-setuptools
- depends = python
depends = python-python-socks
depends = python-httpcore
depends = python-httpx
optdepends = python-async-timeout
optdepends = python-trio
optdepends = python-curio
- source = httpx-socks-0.7.4.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.4.tar.gz
- sha256sums = 721c0c85c9ab95351f140fb68b63f42589a31f060fc150472554955c491d24d0
+ source = httpx-socks-0.7.5.tgz::https://github.com/romis2012/httpx-socks/archive/refs/tags/v0.7.5.tar.gz
+ sha256sums = 8e9ecd38a842bbed9658caf93c6ac702544c5bda51fd31568b2774d41b81391d
pkgname = python-httpx-socks
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"