summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edd03d8a2d01..c06bf284a64c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,15 @@
pkgname=onionshare
pkgver=2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Lets you securely and anonymously share a file of any size with someone"
url="https://github.com/micahflee/onionshare"
arch=('any')
license=('GPL3')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
-depends=('stem' 'python-flask' 'tor' 'python-pycryptodome' 'python-pysocks')
+depends=('stem' 'python-flask' 'tor' 'python-pycryptodome' 'python-pysocks' 'python-requests' 'python-pyqt5')
optdepends=(
- 'python-pyqt5: to run onionshare-gui'
'python-nautilus: to enable Nautilus right-click extension'
'obfs4proxy: for tor bridge support'
)