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 8bb2867a2318..b1c6edb22918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-googletrans-git
makedepends = python-setuptools
makedepends = git
depends = python-httpx
+ depends = python-h2
provides = python-googletrans
conflicts = python-googletrans
source = git+https://github.com/ssut/py-googletrans.git
diff --git a/PKGBUILD b/PKGBUILD
index 1eb6bce442ad..358ae68475bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ license=('MIT')
url="https://github.com/ssut/py-googletrans"
depends=(
python-httpx
+ python-h2
)
makedepends=(
python-setuptools