summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2021-11-23 16:09:03 +0100
committerKr1ss2021-11-23 16:09:03 +0100
commitab9c20dee26616d9a616ad3c55ec2c8c1ada1972 (patch)
treedd09247ead003fc7c6d1cb78673b34e49cfff44c
parenta94de98d5cdb00347f2f4aa00fd7d5ee2558e38d (diff)
downloadaur-ab9c20dee26616d9a616ad3c55ec2c8c1ada1972.tar.gz
rename python-python-socks dependency
Ref.: https://aur.archlinux.org/packages/python-httpx-socks/#comment-837292
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee8a072c037..15bc042f99c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-httpx-socks
pkgdesc = HTTP/SOCKS-proxy transports for httpx
pkgver = 0.5.2
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://pypi.org/project/httpx-socks
arch = any
license = Apache
makedepends = python-setuptools
depends = python
- depends = python-python_socks
+ depends = python-python-socks
depends = python-httpcore<0.14
depends = python-httpx<0.21
optdepends = python-async-timeout
diff --git a/PKGBUILD b/PKGBUILD
index 9c3e5d3c7845..22a3be09a931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _name="${pkgname#python-}"
epoch=1
pkgver=0.5.2
-pkgrel=1
+pkgrel=2
pkgdesc='HTTP/SOCKS-proxy transports for httpx'
arch=('any')
@@ -14,7 +14,7 @@ url="https://pypi.org/project/$_name"
license=('Apache')
makedepends=('python-setuptools')
-depends=('python' 'python-python_socks' 'python-httpcore<0.14' 'python-httpx<0.21')
+depends=('python' 'python-python-socks' 'python-httpcore<0.14' 'python-httpx<0.21')
optdepends=('python-async-timeout' 'python-trio' 'python-curio')
source=("$_name-$pkgver.tgz::https://github.com/romis2012/$_name/archive/refs/tags/v$pkgver.tar.gz")