summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1c6edb22918..d38cb408246e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-googletrans-git
makedepends = git
depends = python-httpx
depends = python-h2
+ optdepends = python-hyper: faster http networking
provides = python-googletrans
conflicts = python-googletrans
source = git+https://github.com/ssut/py-googletrans.git
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