summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e95abe257d4..7477fc13eb40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = python-dnspython-git
optdepends = python-cryptography: DNSSEC support
optdepends = python-requests: DNS-over-HTTPS support
optdepends = python-requests-toolbelt: DNS-over-HTTPS support
- optdepends = python-trio: asyc I/O backend
+ optdepends = python-trio: async I/O backend
optdepends = python-curio: async I/O backend
optdepends = python-sniffio: async I/O
source = https://github.com/rthalley/dnspython/archive/v2.0.0rc2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2a32d9294e6d..c5b3b188f2b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=(
'python-cryptography: DNSSEC support'
'python-requests: DNS-over-HTTPS support'
'python-requests-toolbelt: DNS-over-HTTPS support'
- 'python-trio: asyc I/O backend'
+ 'python-trio: async I/O backend'
'python-curio: async I/O backend'
'python-sniffio: async I/O'
)