summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Fiala2016-09-13 17:42:52 +0200
committerJuraj Fiala2016-09-13 17:42:52 +0200
commiteee42e1de44cf2256d10c87ba36f46d2095abd97 (patch)
treea3d5bacd5eac2874e00aa086b650274179a32865
parent0a53940c0a4b69d8274d289c586b36dbd5450c87 (diff)
downloadaur-eee42e1de44cf2256d10c87ba36f46d2095abd97.tar.gz
Added new dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index feb73740a390..01a00ff53037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 30 18:33:52 UTC 2016
+# Tue Sep 13 15:42:52 UTC 2016
pkgbase = bitmask_client
pkgdesc = Encrypted communication for mere mortals.
pkgver = 0.9.2
- pkgrel = 3
+ pkgrel = 4
url = https://bitmask.net/
arch = any
license = GPL3
@@ -12,11 +12,13 @@ pkgbase = bitmask_client
depends = desktop-file-utils
depends = xdg-utils
depends = openvpn
+ depends = qtwebkit
depends = python2-argh
depends = python2-requests
depends = python2-srp
depends = python2-pyopenssl
depends = python2-coloredlogs
+ depends = python2-colorama
depends = python2-psutil
depends = python2-ipaddr
depends = python2-twisted
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'