summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Krizek2021-12-20 13:52:16 +0100
committerTomas Krizek2021-12-20 13:52:22 +0100
commitb58c67b57811d49c509119643f1237b362c27c37 (patch)
tree98cd93472ac34d2f37dbe8f0564234366f101fcb /PKGBUILD
parentc94282595d498e941e8c474a54860ecc1a8c5249 (diff)
downloadaur-b58c67b57811d49c509119643f1237b362c27c37.tar.gz
update DoH dependencies for v2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb2f6a07d7f0..adf87082afa7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dnspython-git
_pkgname=dnspython
-pkgver=v2.0.0.r195.674cdfc
+pkgver=v2.1.0.r200.ab53090
pkgrel=1
pkgdesc="A DNS toolkit for Python"
arch=('any')
@@ -13,6 +13,8 @@ conflicts=("${pkgname%-git}")
makedepends=(
'python-setuptools'
'python-pytest'
+ 'python-httpx'
+ 'python-h2'
# 'cython' # uncomment dep & build option for cython optimization speedup
)
checkdepends=('python-idna' 'python-cryptography' 'python-trio')
@@ -20,8 +22,8 @@ depends=('python')
optdepends=(
'python-idna: support for update IDNA 2008'
'python-cryptography: DNSSEC support'
- 'python-requests: DNS-over-HTTPS support'
- 'python-requests-toolbelt: DNS-over-HTTPS support'
+ 'python-httpx: DNS-over-HTTPS support'
+ 'python-h2: DNS-over-HTTPS support'
'python-trio: async I/O backend'
'python-curio: async I/O backend'
'python-sniffio: async I/O'