summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamLukeYes2021-09-09 08:48:09 +0800
committerSamLukeYes2021-09-09 08:48:09 +0800
commita83d6991ecc2536377302b1bb2cacd5c42e9dce2 (patch)
treeaeac1da0960348fec39a440108407503155fe0ed /PKGBUILD
parent17187718e617eccff2c0c582f94667c15e8e00bd (diff)
downloadaur-a83d6991ecc2536377302b1bb2cacd5c42e9dce2.tar.gz
add python-hyper as an optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 358ae68475bb..e4de8f3a9054 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ depends=(
python-httpx
python-h2
)
+optdepends=('python-hyper: faster http networking')
makedepends=(
python-setuptools
git