summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTom Krizek2023-07-25 15:43:52 +0200
committerTom Krizek2023-07-25 15:43:52 +0200
commitf2ef69701ba17d1247601042955d98dd776291ec (patch)
treef6c141d77453f5aaa4b96728d35508044fa02b25 /PKGBUILD
parent241b899d784661ae7be2514fb6cf4e4b492d919c (diff)
downloadaur-python-dnspython-git.tar.gz
update deps for 2.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fcb1e8555d24..3626c31d7e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-dnspython-git
_pkgname=dnspython
-pkgver=2.4.0
+pkgver=v2.1.0.r541.ef6cf0b6
pkgrel=1
pkgdesc="A DNS toolkit for Python"
arch=('any')
@@ -17,9 +17,9 @@ makedepends=(
)
checkdepends=('python-idna' 'python-cryptography' 'python-trio' 'python-pytest')
optdepends=('python-cryptography: DNSSEC support'
- 'python-requests-toolbelt: DoH support'
+ 'python-httpx: DNS-over-HTTPS support'
+ 'python-h2: DNS-over-HTTPS support'
'python-idna: support for updated IDNA 2008'
- 'python-curio: async support'
'python-trio: async support'
'python-sniffio: async support')
source=("${_pkgname}::git+https://github.com/rthalley/${_pkgname}.git")