summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamLukeYes2021-09-08 23:39:00 +0800
committerSamLukeYes2021-09-08 23:39:00 +0800
commit17187718e617eccff2c0c582f94667c15e8e00bd (patch)
tree66665317f366cef4e161cfabc16c5d69ef45ad2c
parent64b73099685f41c973844b73ebe84d75e76840e2 (diff)
downloadaur-17187718e617eccff2c0c582f94667c15e8e00bd.tar.gz
add python-h2 as dependency
-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