summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomas Krizek2020-07-14 13:09:54 +0200
committerTomas Krizek2020-07-14 13:09:54 +0200
commit2ade25744adabec3b9ced6d35e47fc382501ae88 (patch)
tree92c57891e10d4ef7f5362a3c16be80c33b9a717a /PKGBUILD
parent9493813ffb307b36f75360ec8350a367515a5200 (diff)
downloadaur-2ade25744adabec3b9ced6d35e47fc382501ae88.tar.gz
fix dependency typo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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'
)