summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2021-09-09 08:48:09 +0800
committerSamLukeYes2021-09-09 08:48:09 +0800
commita83d6991ecc2536377302b1bb2cacd5c42e9dce2 (patch)
treeaeac1da0960348fec39a440108407503155fe0ed
parent17187718e617eccff2c0c582f94667c15e8e00bd (diff)
downloadaur-a83d6991ecc2536377302b1bb2cacd5c42e9dce2.tar.gz
add python-hyper as an optional dependency
-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