summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMufeed Ali2021-03-08 14:54:54 +0530
committerMufeed Ali2021-03-08 14:54:54 +0530
commit49660223ad8686474c36e81f4d940403e9bc0e8a (patch)
tree6bbae0e63f0aa887161350311c88e5fcf39a7176
parenteac31457bfa368287ceb88f03a6af867d5ae67e2 (diff)
downloadaur-49660223ad8686474c36e81f4d940403e9bc0e8a.tar.gz
Fix missing dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b0a142f8c72..0343b98d718b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dialect
pkgdesc = A translation app for GNOME based on Google Translate
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/gi-lom/dialect
arch = any
license = GPL3
@@ -14,6 +14,9 @@ pkgbase = dialect
depends = python-gobject
depends = python-googletrans
depends = python-gtts
+ depends = python-h2
+ depends = python-httpx
+ depends = python-langdetect
source = dialect-v1.2.0.tar.gz::https://github.com/gi-lom/dialect/archive/1.2.0.tar.gz
sha256sums = aec9e987d2e3f807602ffe96363314701efa572f6ece68de34a8590eacd9ed25
diff --git a/PKGBUILD b/PKGBUILD
index eab74d2598a3..ebe185e37bce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=dialect
_author=gi-lom
_gitname=dialect
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='A translation app for GNOME based on Google Translate'
arch=(any)
url=https://github.com/gi-lom/dialect
@@ -17,6 +17,9 @@ depends=(
python-gobject
python-googletrans
python-gtts
+ python-h2
+ python-httpx
+ python-langdetect
)
makedepends=(
gobject-introspection