summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a51fcfab22cc..0ff82c326719 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,10 +5,11 @@ pkgbase = wahay-bin
url = https://wahay.org
arch = x86_64
license = GPL3
- depends = tor
+ depends = gtk3
depends = mumble
+ depends = tor
+ depends = torsocks
depends = xclip
- depends = gtk3
optdepends = torsocks-git
provides = wahay
conflicts = wahay
diff --git a/PKGBUILD b/PKGBUILD
index 046c53a24653..7047a8960986 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
url="https://wahay.org"
license=('GPL3')
provides=('wahay')
-depends=('tor' 'mumble' 'xclip' 'gtk3')
+depends=('gtk3' 'mumble' 'tor' 'torsocks' 'xclip')
optdepends=('torsocks-git')
conflicts=('wahay' 'wahay-bin')