summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJuraj Fiala2016-09-13 17:42:52 +0200
committerJuraj Fiala2016-09-13 17:42:52 +0200
commiteee42e1de44cf2256d10c87ba36f46d2095abd97 (patch)
treea3d5bacd5eac2874e00aa086b650274179a32865 /PKGBUILD
parent0a53940c0a4b69d8274d289c586b36dbd5450c87 (diff)
downloadaur-eee42e1de44cf2256d10c87ba36f46d2095abd97.tar.gz
Added new dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cadd9eda31f3..83982237d5d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_srcname=leap.bitmask
pkgname=bitmask_client
pkgver=0.9.2
-pkgrel=3
+pkgrel=4
pkgdesc='Encrypted communication for mere mortals.'
arch=('any')
url='https://bitmask.net/'
@@ -12,11 +12,13 @@ depends=(
'desktop-file-utils'
'xdg-utils'
'openvpn'
+ 'qtwebkit'
'python2-argh'
'python2-requests'
'python2-srp'
'python2-pyopenssl'
'python2-coloredlogs'
+ 'python2-colorama'
'python2-psutil'
'python2-ipaddr'
'python2-twisted'